CINXE.COM

Twitter

<!DOCTYPE html> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("http://web.archive.org/web"); __wm.wombat("http://twitter.com/paulxharris","20120202173730","http://web.archive.org/","web","/_static/", "1328204250"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Twitter</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"/> <meta name="description" content="Sign up for Twitter to follow Paul Harris (@paulxharris). US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012."/> <link rel="dns-prefetch" href="http://web.archive.org/web/20120202173730/http://a0.twimg.com/"/> <link rel="dns-prefetch" href="http://web.archive.org/web/20120202173730/http://a1.twimg.com/"/> <link rel="dns-prefetch" href="http://web.archive.org/web/20120202173730/http://a2.twimg.com/"/> <link rel="dns-prefetch" href="http://web.archive.org/web/20120202173730/http://a3.twimg.com/"/> <link rel="dns-prefetch" href="http://web.archive.org/web/20120202173730/http://api.twitter.com/"/> <script type="text/javascript" charset="utf-8"> document.domain = 'twitter.com'; // this will be copied to twttr.appStartTime once our JS has started up document.startTime = new Date().getTime(); var twttr = {}; twttr.versionName = 'phoenix'; twttr.didPingKeynote = false; twttr.keynoteTTFTPing = function() { if (!twttr.didPingKeynote && window.location.href.indexOf('keynoteTest') > 0) { var image = document.createElement('img'); image.src = '/images/keynote.gif'; twttr.didPingKeynote = true; } } if(!window.console){(function(){var B=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"];window.console={};for(var A=0;A<B.length;++A){window.console[B[A]]=function(){}}}())}; </script> <script type="text/javascript">(function(){window.setTimeout=window.setTimeout;window.setInterval=window.setInterval;window.WATCH=function(label,block){if(typeof block==="undefined"){block=label;label=undefined}if(typeof label==="string"){WATCH._didExecute[label]=true}WATCH._attempt(this,block)};WATCH._didExecute={};WATCH._reportCount=0;WATCH._reportLimit=25;WATCH._reportInterval=60*1000;WATCH._active=false;WATCH.activate=function(setting){if(typeof setting==="undefined"){setting=true}WATCH._active=setting;extend(WATCH,WATCH._active?WATCH.actives:WATCH.inactives)};WATCH.actives={};WATCH.inactives={};var extend=function(destination,source){for(var key in source){destination[key]=source[key]}};var noop=function(){};WATCH._attempt=function(that,block){if(arguments.length<2){block=that;that=window}if(WATCH._active){try{block.apply(that)}catch(error){WATCH._triggerError(error)}}else{block.apply(that)}};WATCH.inactives.end=noop;WATCH.actives.end=function(label){if(typeof label==="undefined"){throw new Error("WATCH.end() requires a label")}if(WATCH._didExecute[label]){WATCH._didExecute[label]=false}else{if(WATCH._active){WATCH._triggerError(new Error('WATCH.end("'+label+'") called without successful call to WATCH("'+label+'", fn(){...}) - a SyntaxError probably just happened'))}}WATCH._didExecute[label]=false};WATCH.inactives.callback=function(that,callback){return typeof callback==="undefined"?that:callback};WATCH.actives.callback=function(that,callback){if(arguments.length===1){callback=that;that=this}if(typeof callback==="string"){callback=(function(stringVersion){return function(){eval(stringVersion)}}(callback))}var watchedCallback=function(){var that=this,args=arguments,result;WATCH._attempt(function(){result=callback.apply(that,args)});return result};watchedCallback.isWatched=true;return watchedCallback};WATCH._onErrorCallbacks={};WATCH.inactives._addOnError=noop;WATCH.actives._addOnError=function(callback){var unique=WATCH._unique();WATCH._onErrorCallbacks[unique]=callback;return unique};WATCH.inactives._removeOnError=noop;WATCH.actives._removeOnError=function(id){delete WATCH._onErrorCallbacks[id]};WATCH._lastUnique=-1;WATCH._unique=function(){return ++WATCH._lastUnique};WATCH.inactives.jQuery=noop;WATCH.actives.jQuery=function(){WATCH._originalJQueryEventAdd=WATCH._originalJQueryEventAdd||jQuery.event.add;jQuery.event.add=function(){var newArgs=Array.prototype.slice.call(arguments);if(typeof newArgs[2]==="function"){newArgs[2]=WATCH.callback(newArgs[2])}else{if(newArgs&&typeof newArgs[2]==="object"&&newArgs[2].handler){newArgs[2].handler=WATCH.callback(newArgs[2].handler)}}return WATCH._originalJQueryEventAdd.apply(this,newArgs)};WATCH._originalJQueryAjax=WATCH._originalJQueryAjax||jQuery.ajax;jQuery.ajax=function(options){jQuery.each(["complete","error","success"],function(which,key){if(!options[key]){return }options[key]=WATCH.callback(options[key])});return WATCH._originalJQueryAjax.apply(this,arguments)}};WATCH.inactives.undoJQuery=noop;WATCH.actives.undoJQuery=function(){jQuery.event.add=WATCH._originalJQueryEventAdd;jQuery.ajax=WATCH._originalJQueryAjax};WATCH._previousErrors={};var escapeDoubleQuotes=function(string){return string.toString().replace('"','\\"')};var stringifyLite=function(object){var result="{",hasProperty=false;for(var key in object){if(typeof object[key]==="undefined"||object[key]===null){continue}result+=(hasProperty?',"':'"')+escapeDoubleQuotes(key)+'":"'+escapeDoubleQuotes(object[key])+'"';hasProperty=true}return result+"}"};WATCH._scribeError=function(report){if(WATCH._previousErrors[report.error]&&(new Date())-WATCH._previousErrors[report.error]<WATCH._reportInterval){return false}if(WATCH.reportLimit<=WATCH.reportCount){return }WATCH.reportCount++;if(!document.location.hostname.match(/(^(www|api)\.)?twitter\.com$/)){return }WATCH._previousErrors[report.error]=new Date();report.product_name="webclient";report.type="js_error";report.url=window.location.href;report.event_name="test";var isProduction=document.location.hostname.match(/(^(www|api|staging\d+.local)\.)twitter\.com$/)!=null;var scribeHost=isProduction?"scribe.twitter.com":window.location.host;var scribeUrl=(window.location.protocol.match(/s\:$/)?"https":"http")+"://"+scribeHost;scribeUrl+=isProduction?"/":"/scribe";scribeUrl+="?category=client_watch_error&log="+encodeURIComponent(stringifyLite(report))+"&ts="+(new Date()).getTime();(new Image()).src=scribeUrl};WATCH._triggerError=function(error){var reraise=true;var report={error:error};for(var key in WATCH._onErrorCallbacks){try{if(WATCH._onErrorCallbacks[key](report)===false){reraise=false}}catch(callbackError){report.callbackFailure=true}}WATCH._scribeError(report);if(reraise){throw error}};WATCH.inactives.natives=noop;WATCH.actives.natives=function(){window.setInterval=WATCH._watchedSetInterval;window.setTimeout=WATCH._watchedSetTimeout};WATCH.inactives.undoNatives=noop;WATCH.actives.undoNatives=function(){window.setInterval=WATCH._originalSetInterval;window.setTimeout=WATCH._originalSetTimeout};WATCH._originalSetInterval=window.setInterval;WATCH._originalSetTimeout=window.setTimeout;WATCH._watchedSetInterval=function(callback,timeout){var setInterval=WATCH._originalSetInterval;return setInterval(WATCH.callback(callback),timeout)};WATCH._watchedSetTimeout=function(callback,timeout){var setTimeout=WATCH._originalSetTimeout;return setTimeout(WATCH.callback(callback),timeout)};WATCH.activate(false)}());</script> <script type="text/javascript"> </script> <script> function bust () { document.write = ""; window.top.location = window.self.location; setTimeout(function() { document.body.innerHTML = ''; }, 0); window.self.onload = function(evt) { document.body.innerHTML = ''; }; } if (window.top !== window.self) { // are you trying to put self in an iframe? try { if (window.top.location.host) { // this is illegal to access unless you share a non-spoofable document domain // fun times } else { bust(); // chrome executes this } } catch (ex) { bust(); // everyone executes this } } </script> <link href="/web/20120202173730im_/http://twitter.com/phoenix/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <base href="http://web.archive.org/web/20120202173730/http://twitter.com/"/> <link rel="stylesheet" href="http://web.archive.org/web/20120202173730cs_/http://a2.twimg.com/a/1328124993/phoenix/css/phoenix_core_logged_out.bundle.css" type="text/css" media="screen"/> <link rel="canonical" href="http://web.archive.org/web/20120202173730/http://twitter.com/paulxharris"/> <noscript> <meta http-equiv="refresh" content="0; URL=/web/20120202173730/http://twitter.com/paulxharris?_twitter_noscript=1"/> </noscript> <style id="user-style-paulxharris"> body.user-style-paulxharris { background-position: left 40px; background-attachment: fixed; background-repeat: no-repeat; background-color: #C0DEED; color: #333333; } body.user-style-paulxharris a, body.user-style-paulxharris ul.stream-tabs li, body.user-style-paulxharris .component .promo strong, body.user-style-paulxharris .message-thread-preview:hover .message-count, body.user-style-paulxharris .list-membership-container li.create-a-list { color: #0084B4; } body.user-style-paulxharris .stream-item:hover .tweet-screen-name, body.user-style-paulxharris .stream-item:hover .tweet-timestamp, body.user-style-paulxharris .stream-item:hover .tweet-geo-text, body.user-style-paulxharris .stream-item:hover .user-profile-link, body.user-style-paulxharris span.user-stat-link, body.user-style-paulxharris a.title-link:hover, body.user-style-paulxharris a.user-stats-count:hover span.user-stats-stat, body.user-style-paulxharris .dashboard .user-small-list-item:hover a.user-screen-name, body.user-style-paulxharris .dashboard .user-small-list-item:hover .user-meta a, body.user-style-paulxharris .user-detailed-list-item:hover a.user-screen-name, body.user-style-paulxharris .tweet-activity:hover a.latest-tweet-timestamp, body.user-style-paulxharris .stream-item:hover a.icon-link, body.user-style-paulxharris .stream-item:hover a.icon-link b, body.user-style-paulxharris .stream-item:hover .tweet-feedback, body.user-style-paulxharris .promoted-tweet:hover .social-context a, body.user-style-paulxharris .dashboard ul.trends li a:hover span.icon-link, body.user-style-paulxharris .dashboard-activity-item-sentence .dashboard-activity-item-entity, body.user-style-paulxharris .dashboard-activity-item-sentence .dashboard-activity-item-entity .user, body.user-style-paulxharris .dashboard-activity-item-sentence .dashboard-activity-item-count, body.user-style-paulxharris .dashboard-activity-item-link:hover .dashboard-activity-item-sentence, body.user-style-paulxharris .dashboard-activity-item-link:hover .dashboard-activity-item-sentence span.user, body.user-style-paulxharris .onebox-user-screen-name:hover { color: #0084B4 !important; } body.user-style-paulxharris .expanding-stream-item:hover .tweet-screen-name { color: #333 !important; } body.user-style-paulxharris .expanding-stream-item:hover .tweet-timestamp { color: #999 !important; } body.user-style-paulxharris .hovered-stream-item, body.user-style-paulxharris .stream-item:hover, body.user-style-paulxharris #new-tweets-bar, body.user-style-paulxharris #new-tweets-bar:active { background-color: rgba(0,132,180,0.1); border-color: rgba(0,132,180,0.15); } body.user-style-paulxharris .expanding-stream-item:hover { border-top-color: transparent; border-bottom-color: #EBEBEB; } body.user-style-paulxharris #new-tweets-bar:hover { background-color: rgba(0,132,180,0.2); border-color: rgba(0,132,180,0.25); } body.user-style-paulxharris .dashboard .user-small-list-item .user-screen-name, body.user-style-paulxharris .profile-screenname, body.user-style-paulxharris .title-link, body.user-style-paulxharris div.latest-tweet .latest-tweet-timestamp, body.user-style-paulxharris div.truncated-tweet .latest-tweet-timestamp, body.user-style-paulxharris a.user-stats-count span.user-stats-stat, body.user-style-paulxharris .welcome-steps li .active a strong, body.user-style-paulxharris .dashboard-activity-item-sentence span.user { color: #333333; } body.user-style-paulxharris .dashboard .user-small-list-item .user-full-name, body.user-style-paulxharris span.trend-location, body.user-style-paulxharris .your-activity h3, body.user-style-paulxharris .trends-inner h3, body.user-style-paulxharris .dashboard .user-rec-inner h3, body.user-style-paulxharris .latest-tweet, body.user-style-paulxharris .truncated-tweet, body.user-style-paulxharris .latest-tweet a.latest-tweet-timestamp, body.user-style-paulxharris .truncated-tweet a.latest-tweet-timestamp, body.user-style-paulxharris .dashboard .user-small-list-item .user-meta, body.user-style-paulxharris .dashboard .user-small-list-item .user-meta a, body.user-style-paulxharris .social-context div, body.user-style-paulxharris .dashboard .dot, body.user-style-paulxharris .component .promo, body.user-style-paulxharris .component .promo a.definition, body.user-style-paulxharris .dashboard .user-small-list-item .dismiss, body.user-style-paulxharris .dashboard .user-small-list-item .ellip, body.user-style-paulxharris .facets-media-not-displayed .not-displayed-text, body.user-style-paulxharris .dashboard .copyright, body.user-style-paulxharris .dashboard .user-small-list-item a.icon-link, body.user-style-paulxharris .dashboard ul.trends li a span.icon-link, body.user-style-paulxharris .dashboard-activity-item-link, body.user-style-paulxharris .dashboard-activity-item-sentence { color: rgba(51,51,51,0.6); } body.user-style-paulxharris #page-container, body.user-style-paulxharris .user-sidebar-color, body.user-style-paulxharris .expando-container .dashboard { /* IE7/8 */ background: #DDEEF6; /* Modern browsers */ background: rgba(221,238,246,0.9); /* IE6 */ _background-color: #DDEEF6; } body.user-style-paulxharris .activity:hover .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content, body.user-style-paulxharris .hovered-stream-item .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content, body.user-style-paulxharris .dashboard .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content { border-color: rgba(0,132,180,0.15) !important; } body.user-style-paulxharris .expanding-stream-item:hover a.twitter-atreply:hover, body.user-style-paulxharris .expanding-stream-item.open a.twitter-atreply, body.user-style-paulxharris .expanding-stream-item.colorful-links a.twitter-atreply, body.user-style-paulxharris .expanding-stream-item:hover a.twitter-hashtag:hover, body.user-style-paulxharris .expanding-stream-item.open a.twitter-hashtag, body.user-style-paulxharris .expanding-stream-item.colorful-links a.twitter-hashtag, body.user-style-paulxharris .expanding-stream-item:hover a.twitter-timeline-link:hover, body.user-style-paulxharris .expanding-stream-item.open a.twitter-timeline-link, body.user-style-paulxharris .expanding-stream-item.colorful-links a.twitter-timeline-link { color: #0084B4 !important; } .profile-style-paulxharris a { color: #0084B4 !important; } a:hover .geo-pin, body.user-style-paulxharris .stream-item:hover .geo-pin { background-color: #0084B4; } </style> <style id="user-style-paulxharris-bg-img" class="js-user-style-bg-img"> body.user-style-paulxharris { background-image: url(http://web.archive.org/web/20120202173730im_/http://a2.twimg.com/profile_background_images/327695835/GuardianTwitterBackground.gif); } </style> <script>(function(){var A=document.getElementsByTagName("html")[0];var B=window.location.hash.split("?")[0];var C=B.match(/#/)&&(B.replace(/#[!]?[\/]?/,"")!=="");if(C){A.className+=" remove-prerendered-content"}else{A.className+=" use-prerendered-content";if(A.getAttribute("data-nav-highlight-class-name")){A.className+=" "+A.getAttribute("data-nav-highlight-class-name")}}})();</script> <link rel="stylesheet" href="http://web.archive.org/web/20120202173730cs_/http://a0.twimg.com/a/1328124993/phoenix/css/phoenix_more.bundle.css" type="text/css" media="screen"/> <script>var _gaq=_gaq||[];_gaq.push(["_setAccount","UA-30775-6"],["_trackPageview"],["_setDomainName","twitter.com"]);twttr.didInsertGA=false;twttr.insertGAScriptElement=function(){if(!twttr.didInsertGA){var A=document.getElementsByTagName("script")[0],B=document.createElement("script");B.async=true;B.src=(document.location.protocol=="https:"?"http://web.archive.org/web/20120202173730/https://ssl":"http://web.archive.org/web/20120202173730/http://www")+".google-analytics.com/ga.js";A.parentNode.insertBefore(B,A);twttr.didInsertGA=true}};twttr.trackPageView=function(A){var B=["_trackPageview"];if(A){B.push(A)}_gaq.push(B)};</script> </head> <body class=" user-style-paulxharris logged-out "> <div id="doc"> <div id="top-stuff" class="js-topbar"> <div id="banners" class="js-banners" style="clear:both;"> <noscript><div class="banner-outer"> <div class="banner"> <div class="banner-inside noscript-warning"> <h5>Twitter.com makes heavy use of JavaScript.</h5> <span class="warning">If you cannot enable it in your browser's preferences, you may have a better experience on our <a href="http://web.archive.org/web/20120202173730/http://m.twitter.com/">mobile site</a>.</span> </div> </div> </div> </noscript> </div> <div id="top-bar-outer"> <div id="top-bar-bg"></div> <div id="top-bar"> <div class="top-bar-inside"> <div class="static-links"> <div id="logo"> <a href="/web/20120202173730/http://twitter.com/">Twitter</a> </div> <form id="search-form" class="js-search-form" action="/web/20120202173730/http://twitter.com/search" method="GET"> <span class="glass js-search-action"><i></i></span> <input value="" placeholder="Search" name="q" id="search-query" type="text"/> </form> <div id="global-nav"> <ul id="global-actions"> </ul> </div> <div id="sections"></div> </div> <div class="active-links"> <div id="session" class="js-session"> <a id="signin-link" href="/web/20120202173730/http://twitter.com/login"> <em>Have an account?</em> <strong>Sign in</strong><i></i> </a> <a id="signup-link" href="http://web.archive.org/web/20120202173730/https://twitter.com/signup?context=login"> <em>New to Twitter?</em> <strong>Join Today&#32;&raquo;</strong> </a> <div id="signin-dropdown" class="dropdown dark"> <form action="http://web.archive.org/web/20120202173730/https://twitter.com/sessions?phx=1" class="signin" method="post"> <fieldset class="textbox"> <label class="username js-username"> <span>Username or email</span> <input class="js-username-field" type="text" value="" name="session[username_or_email]" autocomplete="on"/> </label> <label class="password"> <span>Password</span> <input class="js-password-field" type="password" value="" name="session[password]"/> </label> </fieldset> <fieldset class="subchck"> <label class="remember"> <input type="checkbox" value="1" name="remember_me"/> <span>Remember me</span> </label> <button type="submit" class="submit button">Sign in</button> </fieldset> <input type="hidden" name="scribe_log"/> <input type="hidden" name="redirect_after_login" value=""/> <div class="divider"></div> <p> <a class="forgot" href="/web/20120202173730/http://twitter.com/account/resend_password">Forgot password?</a><br/> <a class="mobile has-sms" href="/web/20120202173730/http://twitter.com/account/complete">Already using Twitter via SMS?</a> </p> </form> </div> </div> </div> </div> </div> <div id="message-drawer"></div> </div> </div> <div id="page-outer"> <div id="page-container" class="page-container profile-container"> <div id="page-node-profile"> <div class="main-content"> <div class="profile-header" data-user="{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;status&quot;:{&quot;retweet_count&quot;:275,&quot;in_reply_to_screen_name&quot;:null,&quot;created_at&quot;:&quot;Thu Feb 02 16:07:06 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:275,&quot;in_reply_to_screen_name&quot;:null,&quot;created_at&quot;:&quot;Thu Feb 02 02:39:17 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive_editable&quot;:true,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;id_str&quot;:&quot;164900667851423744&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.hootsuite.com\&quot; rel=\&quot;nofollow\&quot;\u003EHootSuite\u003C\/a\u003E&quot;,&quot;id&quot;:164900667851423744,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Graffiti artist who took stock instead of cash for painting Facebook walls holds shares worth $200M. http:\/\/t.co\/Fk43kkP0&quot;},&quot;favorited&quot;:false,&quot;id_str&quot;:&quot;165103959617449984&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/#!\/download\/iphone\&quot; rel=\&quot;nofollow\&quot;\u003ETwitter for iPhone\u003C\/a\u003E&quot;,&quot;id&quot;:165103959617449984,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;RT @romenesko: Graffiti artist who took stock instead of cash for painting Facebook walls holds shares worth $200M. http:\/\/t.co\/Fk43kkP0&quot;},&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;}" data-screen-name="paulxharris"> <div class="profile-info clearfix"> <div class="profile-image-container"> <a href="http://web.archive.org/web/20120202173730/http://a1.twimg.com/profile_images/1536111140/PaulPic13.jpg" class="profile-picture" target="_blank"><img src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_reasonably_small.jpg" alt="Paul Harris"/></a> </div> <div class="profile-details"> <div class="full-name"> <h2>Paul Harris</h2> </div> <div class="screen-name-and-location"><span class="screen-name screen-name-paulxharris pill">@paulxharris</span> New York</div> <div class="bio">US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.</div> <div class="url"><a target="_blank" rel="me nofollow" href="http://web.archive.org/web/20120202173730/http://www.thesecretkeeper.us/">http://www.thesecretkeeper.us</a></div> </div> </div> <div class="profile-actions-container " data-user-id="113112945"> <div class="component profile-actions-component"> <div class="profile-actions profile-actions-113112945 clearfix" data-user-id="113112945"> <div class="sms-follow"> <span class="icon"></span> Text <strong>follow paulxharris</strong> to <strong>40404</strong> in <a href="#" class="sms-codes-link">the United States</a> </div> <div class="buttons js-actionable-user" data-user-id="113112945"> </div> <div class="follow-state"> <div class="button profile-follow-button" data-user-id="113112945"> <span class="plus"></span> <strong>Follow</strong> </div> </div> </div> </div> </div> <ul class="stream-tabs"> <li class="stream-tab stream-tab-tweets active"> <a class="tab-text" href="/web/20120202173730/http://twitter.com/paulxharris">Tweets</a> </li> <li class="stream-tab stream-tab-favorites "> <a class="tab-text" href="/web/20120202173730/http://twitter.com/paulxharris/#/favorites">Favorites</a> </li> <li class="stream-tab stream-tab-following "> <a class="tab-text" href="/web/20120202173730/http://twitter.com/paulxharris/#/following">Following</a> </li> <li class="stream-tab stream-tab-followers "> <a class="tab-text" href="/web/20120202173730/http://twitter.com/paulxharris/#/followers">Followers</a> </li> <li class="stream-tab stream-tab-lists dropdown-link "> <p class="tab-text">Lists<i></i></p> </li> </ul> </div> <div class="stream-manager js-stream-manager-container" id="profile-stream-manager"> <div class="stream-title"></div> <div class="stream-container"> <div class="stream profile-stream"> <div class="js-stream-items stream-items" id="stream-items-id"><div class="js-stream-item stream-item" data-item-id="164900667851423744" data-item-type="tweet" id="stream-item-tweet-164900667851423744"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164900667851423744" data-item-id="164900667851423744" data-retweet-id="165103959617449984" data-screen-name="romenesko" data-user-id="15087011" data-status="{&quot;retweet_count&quot;:275,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Romenesko&quot;,&quot;screen_name&quot;:&quot;romenesko&quot;,&quot;indices&quot;:[3,13],&quot;id_str&quot;:&quot;15087011&quot;,&quot;id&quot;:15087011}],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;nyti.ms\/zcJmMz&quot;,&quot;expanded_url&quot;:&quot;http:\/\/nyti.ms\/zcJmMz&quot;,&quot;indices&quot;:[116,136],&quot;url&quot;:&quot;http:\/\/t.co\/Fk43kkP0&quot;}],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Thu Feb 02 16:07:06 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:275,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;nyti.ms\/zcJmMz&quot;,&quot;expanded_url&quot;:&quot;http:\/\/nyti.ms\/zcJmMz&quot;,&quot;indices&quot;:[101,121],&quot;url&quot;:&quot;http:\/\/t.co\/Fk43kkP0&quot;}],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Thu Feb 02 02:39:17 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive_editable&quot;:true,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:null,&quot;protected&quot;:false,&quot;listed_count&quot;:2868,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Jun 11 17:40:34 +0000 2008&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Romenesko&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:true,&quot;screen_name&quot;:&quot;romenesko&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:14161,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;f4f4f4&quot;,&quot;description&quot;:&quot;Visit JimRomenesko.com&quot;,&quot;notifications&quot;:null,&quot;followers_count&quot;:45155,&quot;profile_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_images\/1669789869\/RomeneskoTwitterIcon_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;ffffff&quot;,&quot;id_str&quot;:&quot;15087011&quot;,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;location&quot;:&quot;&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:false,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:618,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1669789869\/RomeneskoTwitterIcon_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2936743\/twitter.jpg&quot;,&quot;favourites_count&quot;:16,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/jimromenesko.com&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/2936743\/twitter.jpg&quot;,&quot;id&quot;:15087011,&quot;profile_link_color&quot;:&quot;93916f&quot;},&quot;id_str&quot;:&quot;164900667851423744&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.hootsuite.com\&quot; rel=\&quot;nofollow\&quot;\u003EHootSuite\u003C\/a\u003E&quot;,&quot;id&quot;:164900667851423744,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Graffiti artist who took stock instead of cash for painting Facebook walls holds shares worth $200M. http:\/\/t.co\/Fk43kkP0&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:null,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:null,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;165103959617449984&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/#!\/download\/iphone\&quot; rel=\&quot;nofollow\&quot;\u003ETwitter for iPhone\u003C\/a\u003E&quot;,&quot;id&quot;:165103959617449984,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;RT @romenesko: Graffiti artist who took stock instead of cash for painting Facebook walls holds shares worth $200M. http:\/\/t.co\/Fk43kkP0&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a2.twimg.com/profile_images/1669789869/RomeneskoTwitterIcon_normal.jpg" alt="Romenesko" class="user-profile-link js-action-profile-avatar" data-user-id="15087011"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="15087011" href="/web/20120202173730/http://twitter.com/romenesko" title="Romenesko">romenesko</a> <span class="tweet-full-name">Romenesko</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Graffiti artist who took stock instead of cash for painting Facebook walls holds shares worth $200M. <a data-expanded-url="http://nyti.ms/zcJmMz" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/Fk43kkP0" rel="nofollow" class="twitter-timeline-link">nyti.ms/zcJmMz</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/165103959617449984" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 02:39:17 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164900667851423744"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="165101227225526272" data-item-type="tweet" id="stream-item-tweet-165101227225526272"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="true" data-tweet-id="165101227225526272" data-item-id="165101227225526272" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:0,&quot;in_reply_to_screen_name&quot;:&quot;killawallachris&quot;,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Christopher Duffy&quot;,&quot;screen_name&quot;:&quot;killawallachris&quot;,&quot;indices&quot;:[0,16],&quot;id_str&quot;:&quot;36644659&quot;,&quot;id&quot;:36644659}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Thu Feb 02 15:56:14 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:36644659,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:null,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:null,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;165101227225526272&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:&quot;164950340540706818&quot;,&quot;in_reply_to_status_id&quot;:164950340540706818,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/#!\/download\/iphone\&quot; rel=\&quot;nofollow\&quot;\u003ETwitter for iPhone\u003C\/a\u003E&quot;,&quot;id&quot;:165101227225526272,&quot;in_reply_to_user_id_str&quot;:&quot;36644659&quot;,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;@killawallachris thanks v much&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="reply-icon icon js-reply-notice">@</span> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">@<a class="tweet-url twitter-atreply" href="/web/20120202173730/http://twitter.com/#!/killawallachris" rel="nofollow">killawallachris</a> thanks v much</div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/165101227225526272" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 15:56:14 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="165101227225526272"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164836373642223618" data-item-type="tweet" id="stream-item-tweet-164836373642223618"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164836373642223618" data-item-id="164836373642223618" data-retweet-id="165099760284475394" data-screen-name="jim_newell" data-user-id="128733097" data-status="{&quot;retweet_count&quot;:10,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Jim Newell&quot;,&quot;screen_name&quot;:&quot;jim_newell&quot;,&quot;indices&quot;:[3,14],&quot;id_str&quot;:&quot;128733097&quot;,&quot;id&quot;:128733097}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Thu Feb 02 15:50:24 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:10,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:23:48 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:108,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Fri Apr 02 01:43:33 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Jim Newell&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;jim_newell&quot;,&quot;default_profile&quot;:true,&quot;statuses_count&quot;:3222,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;I was a journalism major in college, so I have every reason to believe my research is accurate.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:2326,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/791728424\/wapodog_normal.jpg&quot;,&quot;show_all_inline_media&quot;:true,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;128733097&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;Washington D.C.&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Quito&quot;,&quot;friends_count&quot;:1116,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/791728424\/wapodog_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;favourites_count&quot;:121,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.gawker.com&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:128733097,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164836373642223618&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/download\/android\&quot; rel=\&quot;nofollow\&quot;\u003ETwitter for Android\u003C\/a\u003E&quot;,&quot;id&quot;:164836373642223618,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;It's just a website&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:true,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;165099760284475394&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/#!\/download\/iphone\&quot; rel=\&quot;nofollow\&quot;\u003ETwitter for iPhone\u003C\/a\u003E&quot;,&quot;id&quot;:165099760284475394,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;RT @jim_newell: It's just a website&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a0.twimg.com/profile_images/791728424/wapodog_normal.jpg" alt="Jim Newell" class="user-profile-link js-action-profile-avatar" data-user-id="128733097"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="128733097" href="/web/20120202173730/http://twitter.com/jim_newell" title="Jim Newell">jim_newell</a> <span class="tweet-full-name">Jim Newell</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">It's just a website</div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/165099760284475394" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 22:23:48 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164836373642223618"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="165086233175924736" data-item-type="tweet" id="stream-item-tweet-165086233175924736"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="165086233175924736" data-item-id="165086233175924736" data-retweet-id="165099600099815424" data-screen-name="faisalislam" data-user-id="22812734" data-status="{&quot;retweet_count&quot;:7,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Faisal Islam&quot;,&quot;screen_name&quot;:&quot;faisalislam&quot;,&quot;indices&quot;:[3,15],&quot;id_str&quot;:&quot;22812734&quot;,&quot;id&quot;:22812734}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Thu Feb 02 15:49:46 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:7,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[],&quot;hashtags&quot;:[{&quot;indices&quot;:[132,139],&quot;text&quot;:&quot;c4news&quot;}]},&quot;created_at&quot;:&quot;Thu Feb 02 14:56:39 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:1298,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Mar 04 18:36:20 +0000 2009&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Faisal Islam&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;faisalislam&quot;,&quot;default_profile&quot;:true,&quot;statuses_count&quot;:9309,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;Economics Editor, C4 News If I inadvertently express an opinion here, it is mine alone. RTs don't endorse. And remember: there is no narrative.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:30656,&quot;profile_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_images\/178275871\/faisal-blog-49x49_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;22812734&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;London(head) Manchester(heart)&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;London&quot;,&quot;friends_count&quot;:1515,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/178275871\/faisal-blog-49x49_normal.jpg&quot;,&quot;geo_enabled&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;favourites_count&quot;:189,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.channel4.com\/faisalislam&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:22812734,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;165086233175924736&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:165086233175924736,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;How while UK sued for peace with Switzerland, USA is fighting economic war on tax avoidance that has felled the oldest Swiss bank.. #c4news&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:true,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;165099600099815424&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/#!\/download\/iphone\&quot; rel=\&quot;nofollow\&quot;\u003ETwitter for iPhone\u003C\/a\u003E&quot;,&quot;id&quot;:165099600099815424,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:true,&quot;text&quot;:&quot;RT @faisalislam: How while UK sued for peace with Switzerland, USA is fighting economic war on tax avoidance that has felled the oldest ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a3.twimg.com/profile_images/178275871/faisal-blog-49x49_normal.jpg" alt="Faisal Islam" class="user-profile-link js-action-profile-avatar" data-user-id="22812734"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="22812734" href="/web/20120202173730/http://twitter.com/faisalislam" title="Faisal Islam">faisalislam</a> <span class="tweet-full-name">Faisal Islam</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">How while UK sued for peace with Switzerland, USA is fighting economic war on tax avoidance that has felled the oldest Swiss bank.. <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23c4news" title="#c4news" class="tweet-url twitter-hashtag" rel="nofollow">#c4news</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/165099600099815424" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 14:56:39 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="165086233175924736"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="165082834158104577" data-item-type="tweet" id="stream-item-tweet-165082834158104577"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="165082834158104577" data-item-id="165082834158104577" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:1,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;abcn.ws\/yc7SVQ&quot;,&quot;expanded_url&quot;:&quot;http:\/\/abcn.ws\/yc7SVQ&quot;,&quot;indices&quot;:[119,139],&quot;url&quot;:&quot;http:\/\/t.co\/WvPEh1SF&quot;}],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Thu Feb 02 14:43:09 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:null,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:null,&quot;followers_count&quot;:1533,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;165082834158104577&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;id&quot;:165082834158104577,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Deval Patrick inks book deals on his \&quot;vision\&quot; of America. Could he run in 2016? US gets two black presidents in a row? http:\/\/t.co\/WvPEh1SF&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Deval Patrick inks book deals on his "vision" of America. Could he run in 2016? US gets two black presidents in a row? <a data-expanded-url="http://abcn.ws/yc7SVQ" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/WvPEh1SF" rel="nofollow" class="twitter-timeline-link">abcn.ws/yc7SVQ</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/165082834158104577" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 14:43:09 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="165082834158104577"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="165019350061940736" data-item-type="tweet" id="stream-item-tweet-165019350061940736"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="165019350061940736" data-item-id="165019350061940736" data-retweet-id="165081450608201728" data-screen-name="StephenAtHome" data-user-id="16303106" data-status="{&quot;retweet_count&quot;:1729,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Stephen Colbert&quot;,&quot;screen_name&quot;:&quot;StephenAtHome&quot;,&quot;indices&quot;:[3,17],&quot;id_str&quot;:&quot;16303106&quot;,&quot;id&quot;:16303106}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Thu Feb 02 14:37:39 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:1729,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[],&quot;hashtags&quot;:[{&quot;indices&quot;:[124,136],&quot;text&quot;:&quot;preparethem&quot;}]},&quot;created_at&quot;:&quot;Thu Feb 02 10:30:53 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:48711,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Mon Sep 15 22:31:44 +0000 2008&quot;,&quot;profile_background_color&quot;:&quot;1A1B1F&quot;,&quot;name&quot;:&quot;Stephen Colbert&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:true,&quot;screen_name&quot;:&quot;StephenAtHome&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:2082,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;252429&quot;,&quot;description&quot;:&quot;&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:3027506,&quot;profile_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_images\/568525297\/Picture_normal.png&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;181A1E&quot;,&quot;id_str&quot;:&quot;16303106&quot;,&quot;following&quot;:false,&quot;verified&quot;:true,&quot;location&quot;:&quot;&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:0,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/568525297\/Picture_normal.png&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/39408843\/twitterbkgrnd.jpg&quot;,&quot;favourites_count&quot;:0,&quot;profile_text_color&quot;:&quot;666666&quot;,&quot;url&quot;:&quot;http:\/\/www.ColbertNation.com&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/39408843\/twitterbkgrnd.jpg&quot;,&quot;id&quot;:16303106,&quot;profile_link_color&quot;:&quot;2FC2EF&quot;},&quot;id_str&quot;:&quot;165019350061940736&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.socialoomph.com\&quot; rel=\&quot;nofollow\&quot;\u003ESocialOomph\u003C\/a\u003E&quot;,&quot;id&quot;:165019350061940736,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Mitt Romney's favorite Star Wars movie is: all six of them are pretty good, which one do you like? That's his favorite too! #preparethem&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1533,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:true,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;165081450608201728&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:165081450608201728,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:true,&quot;text&quot;:&quot;RT @StephenAtHome: Mitt Romney's favorite Star Wars movie is: all six of them are pretty good, which one do you like? That's his favorit ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a3.twimg.com/profile_images/568525297/Picture_normal.png" alt="Stephen Colbert" class="user-profile-link js-action-profile-avatar" data-user-id="16303106"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="16303106" href="/web/20120202173730/http://twitter.com/StephenAtHome" title="Stephen Colbert">StephenAtHome</a> <span class="tweet-full-name">Stephen Colbert</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Mitt Romney's favorite Star Wars movie is: all six of them are pretty good, which one do you like? That's his favorite too! <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23preparethem" title="#preparethem" class="tweet-url twitter-hashtag" rel="nofollow">#preparethem</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/165081450608201728" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 10:30:53 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="165019350061940736"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="165081325005574144" data-item-type="tweet" id="stream-item-tweet-165081325005574144"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="165081325005574144" data-item-id="165081325005574144" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:0,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;gu.com\/p\/357fv\/tw&quot;,&quot;expanded_url&quot;:&quot;http:\/\/gu.com\/p\/357fv\/tw&quot;,&quot;indices&quot;:[74,94],&quot;url&quot;:&quot;http:\/\/t.co\/7xpSSy0J&quot;}],&quot;hashtags&quot;:[{&quot;indices&quot;:[95,106],&quot;text&quot;:&quot;journalism&quot;}]},&quot;created_at&quot;:&quot;Thu Feb 02 14:37:09 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;id&quot;:113112945,&quot;profile_background_tile&quot;:false,&quot;contributors_enabled&quot;:false,&quot;default_profile_image&quot;:false,&quot;following&quot;:true,&quot;notifications&quot;:false,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;favourites_count&quot;:9,&quot;follow_request_sent&quot;:false,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;verified&quot;:false,&quot;utc_offset&quot;:-18000,&quot;id_str&quot;:&quot;113112945&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;protected&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;geo_enabled&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;default_profile&quot;:false,&quot;profile_link_color&quot;:&quot;0084B4&quot;,&quot;followers_count&quot;:1533,&quot;is_translator&quot;:false,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;profile_use_background_image&quot;:true,&quot;friends_count&quot;:64,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;location&quot;:&quot;New York&quot;,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;statuses_count&quot;:3835},&quot;id_str&quot;:&quot;165081325005574144&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;id&quot;:165081325005574144,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Is Trinity Mirror boss Sly Bailey the UK's most overpaid chief executive? http:\/\/t.co\/7xpSSy0J #journalism&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Is Trinity Mirror boss Sly Bailey the UK's most overpaid chief executive? <a data-expanded-url="http://gu.com/p/357fv/tw" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/7xpSSy0J" rel="nofollow" class="twitter-timeline-link">gu.com/p/357fv/tw</a> <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23journalism" title="#journalism" class="tweet-url twitter-hashtag" rel="nofollow">#journalism</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/165081325005574144" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 14:37:09 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="165081325005574144"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164872872391741440" data-item-type="tweet" id="stream-item-tweet-164872872391741440"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164872872391741440" data-item-id="164872872391741440" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:2,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;jezebel.com\/5881434\/minnes\u2026&quot;,&quot;expanded_url&quot;:&quot;http:\/\/jezebel.com\/5881434\/minnesota-giltterbombs-the-shit-out-of-mitt-romney&quot;,&quot;indices&quot;:[61,81],&quot;url&quot;:&quot;http:\/\/t.co\/ZgMwEEUc&quot;}],&quot;hashtags&quot;:[{&quot;indices&quot;:[0,7],&quot;text&quot;:&quot;Romney&quot;}]},&quot;created_at&quot;:&quot;Thu Feb 02 00:48:50 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164872872391741440&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;id&quot;:164872872391741440,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;#Romney gets glitterbombed. Excellent reward for homophobia. http:\/\/t.co\/ZgMwEEUc&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text"><a href="/web/20120202173730/http://twitter.com/#!/search?q=%23Romney" title="#Romney" class="tweet-url twitter-hashtag" rel="nofollow">#Romney</a> gets glitterbombed. Excellent reward for homophobia. <a data-expanded-url="http://jezebel.com/5881434/minnesota-giltterbombs-the-shit-out-of-mitt-romney" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/ZgMwEEUc" rel="nofollow" class="twitter-timeline-link">jezebel.com/5881434/minnes…</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164872872391741440" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 00:48:50 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164872872391741440"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164844740842504193" data-item-type="tweet" id="stream-item-tweet-164844740842504193"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164844740842504193" data-item-id="164844740842504193" data-retweet-id="164845264509743105" data-screen-name="clarkaw" data-user-id="108642416" data-status="{&quot;retweet_count&quot;:2,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Andrew Clark&quot;,&quot;screen_name&quot;:&quot;clarkaw&quot;,&quot;indices&quot;:[3,11],&quot;id_str&quot;:&quot;108642416&quot;,&quot;id&quot;:108642416}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:59:08 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:2,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:57:03 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:null,&quot;protected&quot;:false,&quot;listed_count&quot;:68,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Tue Jan 26 16:03:05 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Andrew Clark&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;clarkaw&quot;,&quot;default_profile&quot;:true,&quot;statuses_count&quot;:1200,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;Deputy business editor of The Times.\r\n\r\nViews expressed are purely personal.&quot;,&quot;notifications&quot;:null,&quot;followers_count&quot;:1343,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1313820957\/pail20_normal.jpeg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;108642416&quot;,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;location&quot;:&quot;London&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;London&quot;,&quot;friends_count&quot;:679,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1313820957\/pail20_normal.jpeg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;favourites_count&quot;:0,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:null,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:108642416,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164844740842504193&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164844740842504193,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Facebook made a profit of exactly $1bn last year - that's just over a buck for each of its 845m active users&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:null,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:null,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164845264509743105&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164845264509743105,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;RT @clarkaw: Facebook made a profit of exactly $1bn last year - that's just over a buck for each of its 845m active users&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a0.twimg.com/profile_images/1313820957/pail20_normal.jpeg" alt="Andrew Clark" class="user-profile-link js-action-profile-avatar" data-user-id="108642416"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="108642416" href="/web/20120202173730/http://twitter.com/clarkaw" title="Andrew Clark">clarkaw</a> <span class="tweet-full-name">Andrew Clark</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Facebook made a profit of exactly $1bn last year - that's just over a buck for each of its 845m active users</div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164845264509743105" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 22:57:03 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164844740842504193"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164842224658554880" data-item-type="tweet" id="stream-item-tweet-164842224658554880"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164842224658554880" data-item-id="164842224658554880" data-retweet-id="164843149401923586" data-screen-name="stephenfoley" data-user-id="65127277" data-status="{&quot;retweet_count&quot;:2,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Stephen Foley&quot;,&quot;screen_name&quot;:&quot;stephenfoley&quot;,&quot;indices&quot;:[3,16],&quot;id_str&quot;:&quot;65127277&quot;,&quot;id&quot;:65127277}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:50:44 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:2,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:47:03 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:52,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Aug 12 19:07:51 +0000 2009&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Stephen Foley&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;stephenfoley&quot;,&quot;default_profile&quot;:true,&quot;statuses_count&quot;:1409,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;Associate Business Editor of The Independent, covering North American business news and tweeting - according to our lawyers - in a personal capacity&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:749,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/478589859\/Stephen-Foley-accred_98582a_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;65127277&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York, NY&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:184,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/478589859\/Stephen-Foley-accred_98582a_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;favourites_count&quot;:0,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.independent.co.uk\/biography\/stephen-foley&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:65127277,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164842224658554880&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164842224658554880,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Number of times \&quot;Zuckerberg\&quot; appears in Facebook prospectus: 113. Number of times \&quot;Winklevoss\&quot; appears: zero.&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164843149401923586&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164843149401923586,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;RT @stephenfoley: Number of times \&quot;Zuckerberg\&quot; appears in Facebook prospectus: 113. Number of times \&quot;Winklevoss\&quot; appears: zero.&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/478589859/Stephen-Foley-accred_98582a_normal.jpg" alt="Stephen Foley" class="user-profile-link js-action-profile-avatar" data-user-id="65127277"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="65127277" href="/web/20120202173730/http://twitter.com/stephenfoley" title="Stephen Foley">stephenfoley</a> <span class="tweet-full-name">Stephen Foley</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Number of times "Zuckerberg" appears in Facebook prospectus: 113. Number of times "Winklevoss" appears: zero.</div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164843149401923586" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 22:47:03 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164842224658554880"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164839426126659584" data-item-type="tweet" id="stream-item-tweet-164839426126659584"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164839426126659584" data-item-id="164839426126659584" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:0,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;The Guardian&quot;,&quot;screen_name&quot;:&quot;guardian&quot;,&quot;indices&quot;:[95,104],&quot;id_str&quot;:&quot;87818409&quot;,&quot;id&quot;:87818409}],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;gu.com\/p\/357ap\/tw&quot;,&quot;expanded_url&quot;:&quot;http:\/\/gu.com\/p\/357ap\/tw&quot;,&quot;indices&quot;:[70,90],&quot;url&quot;:&quot;http:\/\/t.co\/UE9Y283t&quot;}],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:35:56 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164839426126659584&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;id&quot;:164839426126659584,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Sex fixer to the stars lifts lid on scandal in Hollywood's golden age http:\/\/t.co\/UE9Y283t via @guardian&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Sex fixer to the stars lifts lid on scandal in Hollywood's golden age <a data-expanded-url="http://gu.com/p/357ap/tw" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/UE9Y283t" rel="nofollow" class="twitter-timeline-link">gu.com/p/357ap/tw</a> via @<a class="tweet-url twitter-atreply" href="/web/20120202173730/http://twitter.com/#!/guardian" rel="nofollow">guardian</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164839426126659584" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 22:35:56 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164839426126659584"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164833859794509824" data-item-type="tweet" id="stream-item-tweet-164833859794509824"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164833859794509824" data-item-id="164833859794509824" data-retweet-id="164839271591710720" data-screen-name="faisalislam" data-user-id="22812734" data-status="{&quot;retweet_count&quot;:35,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Faisal Islam&quot;,&quot;screen_name&quot;:&quot;faisalislam&quot;,&quot;indices&quot;:[3,15],&quot;id_str&quot;:&quot;22812734&quot;,&quot;id&quot;:22812734}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:35:19 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:35,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:13:49 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:1298,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Mar 04 18:36:20 +0000 2009&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Faisal Islam&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;faisalislam&quot;,&quot;default_profile&quot;:true,&quot;statuses_count&quot;:9309,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;Economics Editor, C4 News If I inadvertently express an opinion here, it is mine alone. RTs don't endorse. And remember: there is no narrative.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:30657,&quot;profile_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_images\/178275871\/faisal-blog-49x49_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;22812734&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;London(head) Manchester(heart)&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;London&quot;,&quot;friends_count&quot;:1515,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/178275871\/faisal-blog-49x49_normal.jpg&quot;,&quot;geo_enabled&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;favourites_count&quot;:189,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.channel4.com\/faisalislam&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:22812734,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164833859794509824&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/#!\/download\/ipad\&quot; rel=\&quot;nofollow\&quot;\u003ETwitter for iPad\u003C\/a\u003E&quot;,&quot;id&quot;:164833859794509824,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;UK bankers listen to this: from 2013, Mar Zuckerberg's salary will be $1&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164839271591710720&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164839271591710720,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;RT @faisalislam: UK bankers listen to this: from 2013, Mar Zuckerberg's salary will be $1&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a3.twimg.com/profile_images/178275871/faisal-blog-49x49_normal.jpg" alt="Faisal Islam" class="user-profile-link js-action-profile-avatar" data-user-id="22812734"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="22812734" href="/web/20120202173730/http://twitter.com/faisalislam" title="Faisal Islam">faisalislam</a> <span class="tweet-full-name">Faisal Islam</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">UK bankers listen to this: from 2013, Mar Zuckerberg's salary will be $1</div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164839271591710720" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 22:13:49 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164833859794509824"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164835950386614272" data-item-type="tweet" id="stream-item-tweet-164835950386614272"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164835950386614272" data-item-id="164835950386614272" data-retweet-id="164839141794775040" data-screen-name="CNBC" data-user-id="20402945" data-status="{&quot;retweet_count&quot;:34,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;CNBC&quot;,&quot;screen_name&quot;:&quot;CNBC&quot;,&quot;indices&quot;:[3,8],&quot;id_str&quot;:&quot;20402945&quot;,&quot;id&quot;:20402945}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:34:48 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:34,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 22:22:07 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:9848,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Mon Feb 09 00:03:41 +0000 2009&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;CNBC&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;CNBC&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:11251,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;eaebea&quot;,&quot;description&quot;:&quot;The Official CNBC Twitter Page. First in Business Worldwide. Have a news tip or question? Ask @mcatwellons or @RyanRuggiero. &quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:665117,&quot;profile_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_images\/1620764776\/cnbc_avatar_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;a4aca0&quot;,&quot;id_str&quot;:&quot;20402945&quot;,&quot;following&quot;:false,&quot;verified&quot;:true,&quot;location&quot;:&quot;&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:451,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1620764776\/cnbc_avatar_normal.jpg&quot;,&quot;geo_enabled&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/65854619\/CNBC_Twitter.png&quot;,&quot;favourites_count&quot;:7,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.cnbc.com&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_background_images\/65854619\/CNBC_Twitter.png&quot;,&quot;id&quot;:20402945,&quot;profile_link_color&quot;:&quot;004276&quot;},&quot;id_str&quot;:&quot;164835950386614272&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;id&quot;:164835950386614272,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Facebook: We do not know if we'll be able to find approach to managing content &amp; information that will be acceptable to us &amp; Chinese govt&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3831,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1533,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:true,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164839141794775040&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164839141794775040,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:true,&quot;text&quot;:&quot;RT @CNBC: Facebook: We do not know if we'll be able to find approach to managing content &amp; information that will be acceptable to us &amp; C ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a3.twimg.com/profile_images/1620764776/cnbc_avatar_normal.jpg" alt="CNBC" class="user-profile-link js-action-profile-avatar" data-user-id="20402945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="20402945" href="/web/20120202173730/http://twitter.com/CNBC" title="CNBC">CNBC</a> <span class="tweet-full-name">CNBC</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Facebook: We do not know if we'll be able to find approach to managing content &amp; information that will be acceptable to us &amp; Chinese govt</div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164839141794775040" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 22:22:07 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164835950386614272"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164827831610777601" data-item-type="tweet" id="stream-item-tweet-164827831610777601"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164827831610777601" data-item-id="164827831610777601" data-retweet-id="164828199954563072" data-screen-name="dominicru" data-user-id="18107015" data-status="{&quot;retweet_count&quot;:4,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;dominic rushe&quot;,&quot;screen_name&quot;:&quot;dominicru&quot;,&quot;indices&quot;:[3,13],&quot;id_str&quot;:&quot;18107015&quot;,&quot;id&quot;:18107015}],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;1.usa.gov\/xa0A2O&quot;,&quot;expanded_url&quot;:&quot;http:\/\/1.usa.gov\/xa0A2O&quot;,&quot;indices&quot;:[46,66],&quot;url&quot;:&quot;http:\/\/t.co\/UTEJ6DhI&quot;}],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 21:51:19 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:4,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;1.usa.gov\/xa0A2O&quot;,&quot;expanded_url&quot;:&quot;http:\/\/1.usa.gov\/xa0A2O&quot;,&quot;indices&quot;:[31,51],&quot;url&quot;:&quot;http:\/\/t.co\/UTEJ6DhI&quot;}],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 21:49:52 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive_editable&quot;:true,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:52,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Sat Dec 13 23:23:06 +0000 2008&quot;,&quot;profile_background_color&quot;:&quot;642D8B&quot;,&quot;name&quot;:&quot;dominic rushe&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:true,&quot;screen_name&quot;:&quot;dominicru&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:2162,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;7AC3EE&quot;,&quot;description&quot;:&quot;Guardian correspondent. All opinions are my own, unless they're someone else's.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1333,&quot;profile_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_images\/1567222094\/P1030961_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;65B0DA&quot;,&quot;id_str&quot;:&quot;18107015&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:523,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1567222094\/P1030961_normal.jpg&quot;,&quot;geo_enabled&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/64356316\/GardenMET2.jpg&quot;,&quot;favourites_count&quot;:3,&quot;profile_text_color&quot;:&quot;3D1957&quot;,&quot;url&quot;:&quot;http:\/\/www.guardian.co.uk&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/64356316\/GardenMET2.jpg&quot;,&quot;id&quot;:18107015,&quot;profile_link_color&quot;:&quot;FF0000&quot;},&quot;id_str&quot;:&quot;164827831610777601&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;id&quot;:164827831610777601,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Facebook IPO - and we are off: http:\/\/t.co\/UTEJ6DhI&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164828199954563072&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164828199954563072,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;RT @dominicru: Facebook IPO - and we are off: http:\/\/t.co\/UTEJ6DhI&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a3.twimg.com/profile_images/1567222094/P1030961_normal.jpg" alt="dominic rushe" class="user-profile-link js-action-profile-avatar" data-user-id="18107015"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="18107015" href="/web/20120202173730/http://twitter.com/dominicru" title="dominic rushe">dominicru</a> <span class="tweet-full-name">dominic rushe</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Facebook IPO - and we are off: <a data-expanded-url="http://1.usa.gov/xa0A2O" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/UTEJ6DhI" rel="nofollow" class="twitter-timeline-link">1.usa.gov/xa0A2O</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164828199954563072" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 21:49:52 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164827831610777601"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164807460882882560" data-item-type="tweet" id="stream-item-tweet-164807460882882560"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164807460882882560" data-item-id="164807460882882560" data-retweet-id="164823568457277441" data-screen-name="ggreenwald" data-user-id="16076032" data-status="{&quot;retweet_count&quot;:115,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Glenn Greenwald&quot;,&quot;screen_name&quot;:&quot;ggreenwald&quot;,&quot;indices&quot;:[3,14],&quot;id_str&quot;:&quot;16076032&quot;,&quot;id&quot;:16076032}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 21:32:55 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:115,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;is.gd\/NTlyHj&quot;,&quot;expanded_url&quot;:&quot;http:\/\/is.gd\/NTlyHj&quot;,&quot;indices&quot;:[118,138],&quot;url&quot;:&quot;http:\/\/t.co\/37eFYZYB&quot;}],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 20:28:55 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:4914,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Mon Sep 01 03:13:32 +0000 2008&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Glenn Greenwald&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;ggreenwald&quot;,&quot;default_profile&quot;:true,&quot;statuses_count&quot;:14824,&quot;utc_offset&quot;:-16200,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:71864,&quot;profile_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_images\/59220952\/Glenn_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;16076032&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Caracas&quot;,&quot;friends_count&quot;:464,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/59220952\/Glenn_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;favourites_count&quot;:23,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.salon.com\/opinion\/greenwald\/&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:16076032,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164807460882882560&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164807460882882560,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;ACLU sues MostTransparentAdministrationEver\u2122 over its refusal to disclose information about assassination of citizens http:\/\/t.co\/37eFYZYB&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164823568457277441&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164823568457277441,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:true,&quot;text&quot;:&quot;RT @ggreenwald: ACLU sues MostTransparentAdministrationEver\u2122 over its refusal to disclose information about assassination of citizens ht ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a3.twimg.com/profile_images/59220952/Glenn_normal.jpg" alt="Glenn Greenwald" class="user-profile-link js-action-profile-avatar" data-user-id="16076032"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="16076032" href="/web/20120202173730/http://twitter.com/ggreenwald" title="Glenn Greenwald">ggreenwald</a> <span class="tweet-full-name">Glenn Greenwald</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">ACLU sues MostTransparentAdministrationEver™ over its refusal to disclose information about assassination of citizens <a data-expanded-url="http://is.gd/NTlyHj" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/37eFYZYB" rel="nofollow" class="twitter-timeline-link">is.gd/NTlyHj</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164823568457277441" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 20:28:55 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164807460882882560"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164793065331105792" data-item-type="tweet" id="stream-item-tweet-164793065331105792"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164793065331105792" data-item-id="164793065331105792" data-retweet-id="164794260909068288" data-screen-name="faisalislam" data-user-id="22812734" data-status="{&quot;retweet_count&quot;:36,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Faisal Islam&quot;,&quot;screen_name&quot;:&quot;faisalislam&quot;,&quot;indices&quot;:[3,15],&quot;id_str&quot;:&quot;22812734&quot;,&quot;id&quot;:22812734}],&quot;urls&quot;:[],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 19:36:28 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;retweeted_status&quot;:{&quot;retweet_count&quot;:36,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[],&quot;hashtags&quot;:[{&quot;indices&quot;:[133,140],&quot;text&quot;:&quot;c4news&quot;}]},&quot;created_at&quot;:&quot;Wed Feb 01 19:31:43 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:1298,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Mar 04 18:36:20 +0000 2009&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Faisal Islam&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;faisalislam&quot;,&quot;default_profile&quot;:true,&quot;statuses_count&quot;:9309,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;Economics Editor, C4 News If I inadvertently express an opinion here, it is mine alone. RTs don't endorse. And remember: there is no narrative.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:30657,&quot;profile_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_images\/178275871\/faisal-blog-49x49_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;22812734&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;London(head) Manchester(heart)&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;London&quot;,&quot;friends_count&quot;:1515,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/178275871\/faisal-blog-49x49_normal.jpg&quot;,&quot;geo_enabled&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;favourites_count&quot;:189,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.channel4.com\/faisalislam&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:22812734,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164793065331105792&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164793065331105792,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Terry Smith calls for investigation into stripping Sir Alan Greenspan of his knighthood \&quot;for services for global economic stability\&quot; #c4news&quot;},&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164794260909068288&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:164794260909068288,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:true,&quot;text&quot;:&quot;RT @faisalislam: Terry Smith calls for investigation into stripping Sir Alan Greenspan of his knighthood \&quot;for services for global econom ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a3.twimg.com/profile_images/178275871/faisal-blog-49x49_normal.jpg" alt="Faisal Islam" class="user-profile-link js-action-profile-avatar" data-user-id="22812734"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="22812734" href="/web/20120202173730/http://twitter.com/faisalislam" title="Faisal Islam">faisalislam</a> <span class="tweet-full-name">Faisal Islam</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Terry Smith calls for investigation into stripping Sir Alan Greenspan of his knighthood "for services for global economic stability" <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23c4news" title="#c4news" class="tweet-url twitter-hashtag" rel="nofollow">#c4news</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164794260909068288" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 19:31:43 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164793065331105792"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164789492903972865" data-item-type="tweet" id="stream-item-tweet-164789492903972865"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164789492903972865" data-item-id="164789492903972865" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:2,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;nyti.ms\/Aay0kF&quot;,&quot;expanded_url&quot;:&quot;http:\/\/nyti.ms\/Aay0kF&quot;,&quot;indices&quot;:[92,112],&quot;url&quot;:&quot;http:\/\/t.co\/6SoT2ys4&quot;}],&quot;hashtags&quot;:[{&quot;indices&quot;:[113,120],&quot;text&quot;:&quot;intern&quot;},{&quot;indices&quot;:[121,132],&quot;text&quot;:&quot;journalism&quot;}]},&quot;created_at&quot;:&quot;Wed Feb 01 19:17:31 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164789492903972865&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;id&quot;:164789492903972865,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;The interns strike back. Former intern sues Hearst over unpaid work, may get a class action http:\/\/t.co\/6SoT2ys4 #intern #journalism&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">The interns strike back. Former intern sues Hearst over unpaid work, may get a class action <a data-expanded-url="http://nyti.ms/Aay0kF" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/6SoT2ys4" rel="nofollow" class="twitter-timeline-link">nyti.ms/Aay0kF</a> <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23intern" title="#intern" class="tweet-url twitter-hashtag" rel="nofollow">#intern</a> <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23journalism" title="#journalism" class="tweet-url twitter-hashtag" rel="nofollow">#journalism</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164789492903972865" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 19:17:31 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164789492903972865"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164788934231068672" data-item-type="tweet" id="stream-item-tweet-164788934231068672"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164788934231068672" data-item-id="164788934231068672" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:1,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;spectator.org\/archives\/2012\/\u2026&quot;,&quot;expanded_url&quot;:&quot;http:\/\/spectator.org\/archives\/2012\/02\/01\/romneys-cheap-and-empty-win&quot;,&quot;indices&quot;:[115,135],&quot;url&quot;:&quot;http:\/\/t.co\/Iv3S1ywc&quot;}],&quot;hashtags&quot;:[{&quot;indices&quot;:[55,62],&quot;text&quot;:&quot;Romney&quot;},{&quot;indices&quot;:[136,140],&quot;text&quot;:&quot;gop&quot;}]},&quot;created_at&quot;:&quot;Wed Feb 01 19:15:18 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:null,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:null,&quot;followers_count&quot;:1533,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164788934231068672&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;id&quot;:164788934231068672,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;A cogent and surprisingly high-minded argument against #Romney by conservative GOPer. Romney's Cheap and Empty Win http:\/\/t.co\/Iv3S1ywc #gop&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">A cogent and surprisingly high-minded argument against <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23Romney" title="#Romney" class="tweet-url twitter-hashtag" rel="nofollow">#Romney</a> by conservative GOPer. Romney's Cheap and Empty Win <a data-expanded-url="http://spectator.org/archives/2012/02/01/romneys-cheap-and-empty-win" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/Iv3S1ywc" rel="nofollow" class="twitter-timeline-link">spectator.org/archives/2012/…</a> <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23gop" title="#gop" class="tweet-url twitter-hashtag" rel="nofollow">#gop</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164788934231068672" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 19:15:18 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164788934231068672"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164785194895810562" data-item-type="tweet" id="stream-item-tweet-164785194895810562"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164785194895810562" data-item-id="164785194895810562" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:0,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;politico.com\/arena\/perm\/Ex-\u2026&quot;,&quot;expanded_url&quot;:&quot;http:\/\/www.politico.com\/arena\/perm\/Ex-Rep__Artur_Davis_5DCCEBC6-A2DE-4623-9B62-5DEF3501F124.html#.TymLaasANIc.twitter&quot;,&quot;indices&quot;:[89,109],&quot;url&quot;:&quot;http:\/\/t.co\/M61veriW&quot;}],&quot;hashtags&quot;:[{&quot;indices&quot;:[34,43],&quot;text&quot;:&quot;Gingrich&quot;},{&quot;indices&quot;:[110,114],&quot;text&quot;:&quot;gop&quot;}]},&quot;created_at&quot;:&quot;Wed Feb 01 19:00:26 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:false,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:false,&quot;followers_count&quot;:1534,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164785194895810562&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;id&quot;:164785194895810562,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Some interesting points about why #Gingrich is going nowhere (and could still come back) http:\/\/t.co\/M61veriW #gop&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Some interesting points about why <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23Gingrich" title="#Gingrich" class="tweet-url twitter-hashtag" rel="nofollow">#Gingrich</a> is going nowhere (and could still come back) <a data-expanded-url="http://www.politico.com/arena/perm/Ex-Rep__Artur_Davis_5DCCEBC6-A2DE-4623-9B62-5DEF3501F124.html#.TymLaasANIc.twitter" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/M61veriW" rel="nofollow" class="twitter-timeline-link">politico.com/arena/perm/Ex-…</a> <a href="/web/20120202173730/http://twitter.com/#!/search?q=%23gop" title="#gop" class="tweet-url twitter-hashtag" rel="nofollow">#gop</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164785194895810562" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 19:00:26 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164785194895810562"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164783660426477569" data-item-type="tweet" id="stream-item-tweet-164783660426477569"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="false" data-tweet-id="164783660426477569" data-item-id="164783660426477569" data-screen-name="paulxharris" data-user-id="113112945" data-status="{&quot;retweet_count&quot;:1,&quot;in_reply_to_screen_name&quot;:null,&quot;entities&quot;:{&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;display_url&quot;:&quot;gu.com\/p\/357x6\/tw&quot;,&quot;expanded_url&quot;:&quot;http:\/\/gu.com\/p\/357x6\/tw&quot;,&quot;indices&quot;:[76,96],&quot;url&quot;:&quot;http:\/\/t.co\/oZ5U95Fm&quot;}],&quot;hashtags&quot;:[]},&quot;created_at&quot;:&quot;Wed Feb 01 18:54:20 +0000 2012&quot;,&quot;contributors&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;possibly_sensitive&quot;:false,&quot;favorited&quot;:false,&quot;user&quot;:{&quot;follow_request_sent&quot;:null,&quot;protected&quot;:false,&quot;listed_count&quot;:80,&quot;lang&quot;:&quot;en&quot;,&quot;created_at&quot;:&quot;Wed Feb 10 19:03:52 +0000 2010&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Paul Harris&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_background_tile&quot;:false,&quot;screen_name&quot;:&quot;paulxharris&quot;,&quot;default_profile&quot;:false,&quot;statuses_count&quot;:3835,&quot;utc_offset&quot;:-18000,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;US Correspondent for The Observer &amp; its sister paper The Guardian. Author of The Secret Keeper. His next novel, The Candidate, will be published in July, 2012.&quot;,&quot;notifications&quot;:null,&quot;followers_count&quot;:1533,&quot;profile_image_url&quot;:&quot;http:\/\/a1.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;show_all_inline_media&quot;:false,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id_str&quot;:&quot;113112945&quot;,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;location&quot;:&quot;New York&quot;,&quot;default_profile_image&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;time_zone&quot;:&quot;Eastern Time (US &amp; Canada)&quot;,&quot;friends_count&quot;:64,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1536111140\/PaulPic13_normal.jpg&quot;,&quot;geo_enabled&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;favourites_count&quot;:9,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;url&quot;:&quot;http:\/\/www.thesecretkeeper.us&quot;,&quot;is_translator&quot;:false,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/327695835\/GuardianTwitterBackground.gif&quot;,&quot;id&quot;:113112945,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;id_str&quot;:&quot;164783660426477569&quot;,&quot;retweeted&quot;:false,&quot;coordinates&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;id&quot;:164783660426477569,&quot;in_reply_to_user_id_str&quot;:null,&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;text&quot;:&quot;Model Sara Ziff to launch workers' rights organisation for fashion industry http:\/\/t.co\/oZ5U95Fm&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" class="user-profile-link js-action-profile-avatar" data-user-id="113112945"/> </div> <div class="tweet-content"> <div class="tweet-row"> <span class="tweet-user-name"> <a class="tweet-screen-name user-profile-link js-action-profile-name" data-user-id="113112945" href="/web/20120202173730/http://twitter.com/paulxharris" title="Paul Harris">paulxharris</a> <span class="tweet-full-name">Paul Harris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Model Sara Ziff to launch workers' rights organisation for fashion industry <a data-expanded-url="http://gu.com/p/357x6/tw" class="twitter-timeline-link" href="http://web.archive.org/web/20120202173730/http://t.co/oZ5U95Fm" rel="nofollow" class="twitter-timeline-link">gu.com/p/357x6/tw</a></div> </div> <div class="tweet-row"> <a href="/web/20120202173730/http://twitter.com/#!/paulxharris/status/164783660426477569" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 18:54:20 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164783660426477569"> </span> </div> </div> </div> </div> </div> </div> </div> </div> <script>if (window.ttft) window.ttft.serverRendered('profile');</script> </div> <div class="dashboard profile-dashboard"> <div class="component"> <div class="dashboard-profile-annotations clearfix"> <h2 class="dashboard-profile-title"><img src="http://web.archive.org/web/20120202173730im_/http://a1.twimg.com/profile_images/1536111140/PaulPic13_normal.jpg" alt="Paul Harris" width="24" class="profile-dashboard"/>About @paulxharris</h2> </div> <ul class="user-stats clearfix"> <li><a class="user-stats-count user-stats-tweets" href="/web/20120202173730/http://twitter.com/paulxharris">3,835<span class="user-stats-stat">Tweets</span></a></li> <li><a class="user-stats-count user-stats-following" href="/web/20120202173730/http://twitter.com/paulxharris/#/following">64<span class="user-stats-stat">Following</span></a></li> <li><a class="user-stats-count user-stats-followers" href="/web/20120202173730/http://twitter.com/paulxharris/#/followers">1,534<span class="user-stats-stat">Followers</span></a></li> <li><a class="user-stats-count user-stats-listed" href="/web/20120202173730/http://twitter.com/paulxharris/#/lists/memberships">80<span class="user-stats-stat">Listed</span></a></li> </ul> <hr/> </div> <div class="component"> <div class="footer inline-list"> <ul> <li><a href="/web/20120202173730/http://twitter.com/about">About</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20120202173730/http://support.twitter.com/">Help</a><span class="dot divider"> &middot;</span></li> <li><a href="http://web.archive.org/web/20120202173730/http://blog.twitter.com/">Blog</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120202173730/http://twitter.com/download">Mobile</a><span class="dot divider"> &middot;</span></li> <li><a href="http://web.archive.org/web/20120202173730/http://status.twitter.com/">Status</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120202173730/http://twitter.com/jobs">Jobs</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120202173730/http://twitter.com/tos">Terms</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120202173730/http://twitter.com/privacy">Privacy</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20120202173730/http://business.twitter.com/advertise/start">Advertisers</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20120202173730/http://business.twitter.com/">Businesses</a><span class="dot divider"> &middot;</span></li> <li><a href="http://web.archive.org/web/20120202173730/http://media.twitter.com/">Media</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20120202173730/http://dev.twitter.com/">Developers</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120202173730/http://twitter.com/about/resources">Resources</a><span class="dot divider"> &middot;</span></li> <li><span class="copyright">&copy; 2012 Twitter</span></li> </ul> </div> </div> </div> <div id="details-pane-outer"> <div class="details-pane-shell"> <div class="details-pane"> </div> </div> </div> </div> </div> </div> <div id="message-notifications"></div> </div> <div id="flash-message-storage" style="display:none"></div> <div id="flash-object-container"></div> <div id="off-screen-preload"> <div class="content-fe-sprites"></div> </div> <script type="text/javascript">WATCH('loadrunner', function() { (function(context,document){var useInteractive=context.attachEvent&&!context.opera,scripts=document.getElementsByTagName("script"),uuid=0,scriptTag,scriptTemplate=document.createElement("script"),scriptsInProgress={},modulesInProgress={},loadedModule,currentScript,activeScripts={},oldUsing=context.using,oldProvide=context.provide,oldDefine=context.define,oldLoadrunner=context.loadrunner,pausedScripts={};for(var i=0,s;s=scripts[i];i++){if(s.src.match(/loadrunner\.js(\?|#|$)/)){scriptTag=s;break}}function aug(target){for(var i=1,o;o=arguments[i];i++){for(var key in o){target[key]=o[key]}}return target}function makeArray(o){return Array.prototype.slice.call(o)}var isArray=Array.isArray||function(obj){return obj.constructor==Array};function indexOf(arr,thing){for(var i=0,item;item=arr[i];i++){if(thing==item){return i}}return -1}function path(){var parts=makeArray(arguments),normalized=[];for(var i=0,len=parts.length;i<len;i++){if(parts[i].length>0){normalized.push(parts[i].replace(/\/$/,""))}}return normalized.join("/")}function pushObjPath(obj,path,newobj){var names=path.split("/"),cursor=obj;while(names.length>1){var name=names.shift();cursor=cursor[name]=cursor[name]||{}}cursor[names[0]]=newobj}function Dependency(){}Dependency.prototype.then=function(cb){var dep=this;if(!this.started){this.started=true;this.start()}if(this.completed){cb.apply(context,this.results)}else{this.callbacks=this.callbacks||[];this.callbacks.push(cb)}return this};Dependency.prototype.start=function(){};Dependency.prototype.complete=function(){if(!this.completed){this.results=makeArray(arguments);this.completed=true;if(this.callbacks){for(var i=0,cb;cb=this.callbacks[i];i++){cb.apply(context,this.results)}}}};function Script(path,force){if(path){this.id=this.path=this.resolvePath(path)}this.force=!!force}Script.loaded=[];Script.times={};Script.prototype=new Dependency;Script.prototype.resolvePath=function(path){return whichBundle(path)};Script.prototype.start=function(){var me=this,dep,module;if(module=modulesInProgress[this.id]){module.then(function(){me.complete()});return this}if(dep=scriptsInProgress[this.id]){dep.then(function(){me.loaded()})}else{if(!this.force&&indexOf(Script.loaded,this.id)>-1){this.loaded()}else{this.load()}}return this};Script.prototype.createScriptTag=function(){var me=this,paused;scriptsInProgress[this.id]=me;if(paused=pausedScripts[this.path]){me.then(function(){for(var i=0,d;d=paused[i];i++){d.complete.apply(d,arguments)}})}this.times={start:new Date()};var script=scriptTemplate.cloneNode(false);this.scriptId=script.id="LR"+ ++uuid;script.type="text/javascript";script.async=true;script.onerror=function(){throw new Error(me.path+" not loaded")};script.onreadystatechange=script.onload=function(e){e=context.event||e;if(e.type=="load"||indexOf(["loaded","complete"],this.readyState)>-1){this.onreadystatechange=null;me.loaded()}};script.src=this.path;currentScript=this;scripts[0].parentNode.insertBefore(script,scripts[0]);currentScript=null;activeScripts[script.id]=this};Script.prototype.queueScript=function(){pausedScripts[this.path]=pausedScripts[this.path]||[];pausedScripts[this.path].push(this)};Script.prototype.load=function(force){if(using.autoLoad||force){this.createScriptTag()}else{this.queueScript()}return this};Script.prototype.loaded=function(){this.complete()};Script.prototype.complete=function(){if(indexOf(Script.loaded,this.id)==-1){Script.loaded.push(this.id)}if(this.times){Script.times[this.id]=aug(this.times,{end:new Date()})}delete scriptsInProgress[this.id];Dependency.prototype.complete.apply(this,arguments)};function Module(id,body){this.id=id;this.body=body;if(typeof body=="undefined"){this.path=this.resolvePath(id)}}Module.exports={};Module.prototype=new Script;Module.prototype.resolvePath=function(id){return(whichBundle(id)!=id)?whichBundle(id):path(using.path,id+".js")};Module.prototype.start=function(){var exports,module,me=this,oldCurrent;if(this.body){this.execute()}else{if(exports=Module.exports[this.id]){this.exp(exports)}else{if(module=modulesInProgress[this.id]){module.then(function(exports){me.exp(exports)})}else{modulesInProgress[this.id]=this;this.load()}}}};Module.prototype.loaded=function(){var module,exports,me=this;if(!useInteractive){module=loadedModule;loadedModule=null;module.id=module.id||this.id;module.then(function(exports){me.exp(exports)})}else{if(exports=Module.exports[this.id]){this.exp(exports)}else{if(module=modulesInProgress[this.id]){module.then(function(exports){me.exp(exports)})}}}};Module.prototype.complete=function(){delete modulesInProgress[this.id];Script.prototype.complete.apply(this,arguments)};Module.prototype.execute=function(){var me=this;if(typeof this.body=="object"){this.exp(this.body)}else{if(typeof this.body=="function"){this.body.apply(window,[function(exports){me.exp(exports)}])}}};Module.prototype.exp=function(exports){if(this.times){aug(this.times,{eval:new Date()})}this.complete(this.exports=Module.exports[this.id]=exports||{})};function flattenDeps(deps){var flat=[];for(var i=0,d;d=deps[i];i++){if(d instanceof Sequence){flat=flat.concat(flattenDeps(d.deps))}else{if(d instanceof Module){flat.push(d)}}}return flat}function Collection(deps){this.deps=deps;if(this.deps.length==0){this.complete()}}Collection.prototype=new Dependency;Collection.prototype.start=function(){var me=this;function depComplete(){var results=[];for(var i=0,d;d=me.deps[i];i++){if(!d.completed){return }if(d.results.length>0){results=results.concat(d.results)}}me.complete.apply(me,results)}for(var i=0,d;d=this.deps[i];i++){d.then(depComplete)}return this};Collection.prototype.load=function(){for(var i=0,d;d=this.deps[i];i++){if(d.load){d.load(true)}}return this};Collection.prototype.as=function(cb){var me=this;return this.then(function(){var flatDeps=flattenDeps(me.deps),obj={};for(var i=0,d;d=flatDeps[i];i++){pushObjPath(obj,d.id,arguments[i])}cb.apply(this,[obj].concat(makeArray(arguments)))})};function Sequence(deps){this.deps=deps}Sequence.prototype=new Dependency;Sequence.prototype.start=function(){var me=this,nextDep=0,allResults=[];(function next(){var dep=me.deps[nextDep++];if(dep){dep.then(function(results){if(dep.results.length>0){allResults=allResults.concat(dep.results)}next()})}else{me.complete.apply(me,allResults)}}());return this};Sequence.prototype.load=function(){var me=this,nextDep=0;(function next(){var dep=me.deps[nextDep++];if(dep&&dep.load){dep.load(true).then(function(){next()})}}());return this};function interactiveScript(){for(var i in scripts){if(scripts[i].readyState=="interactive"){return activeScripts[scripts[i].id]}}}function defineModule(name,body){var module;if(!name&&useInteractive){module=currentScript||interactiveScript()}if(module){delete activeScripts[module.scriptId];module.body=body;module.execute()}else{loadedModule=module=new Module(name,body);modulesInProgress[module.id]=module}return module}function provide(){var args=makeArray(arguments),name,body;if(typeof args[0]=="string"){name=args.shift()}body=args.shift();return defineModule(name,body)}function amdResolve(id,mod){var from=mod.id||"";var parts=from.split("/");parts.pop();var dir=parts.join("/");return id.replace(/^\./,dir)}function amdMap(args,mod){var mapped=[];function require(id){return Module.exports[amdResolve(id,mod)]}for(var i=0,len=args.length;i<len;i++){if(args[i]=="require"){mapped.push(require);continue}if(args[i]=="exports"){mod.exports=mod.exports||{};mapped.push(mod.exports);continue}mapped.push(require(args[i]))}return mapped}function amdDefine(){var args=makeArray(arguments),dependencies=[],id,factory;if(typeof args[0]=="string"){id=args.shift()}if(isArray(args[0])){dependencies=args.shift()}factory=args.shift();var mod=defineModule(id,function(exports){var mods=[];function executeAMD(){var args=amdMap(makeArray(dependencies),mod),exported;if(typeof factory=="function"){exported=factory.apply(mod,args)}else{exported=factory}if(typeof exported=="undefined"){exported=mod.exports}exports(exported)}for(var i=0,len=dependencies.length;i<len;i++){var d=dependencies[i];if(indexOf(["require","exports"],d)==-1){mods.push(amdResolve(d,mod))}}if(mods.length>0){using.apply(this,mods.concat(executeAMD))}else{executeAMD()}});return mod}amdDefine.amd={};function using(){var deps=makeArray(arguments),callback;if(typeof deps[deps.length-1]=="function"){callback=deps.pop()}var combi=new Collection(mapDependencies(deps));if(callback){combi.then(callback)}return combi}function mapDependencies(deps){var mapped=[];for(var i=0,dep;dep=deps[i];i++){if(typeof dep=="string"){dep=createDependency(dep)}if(isArray(dep)){dep=new Sequence(mapDependencies(dep))}mapped.push(dep)}return mapped}function createDependency(id){var m,dep;for(var i=0,matcher;matcher=using.matchers[i];i++){var regex=matcher[0],factory=matcher[1];if(m=id.match(regex)){return factory(id)}}throw new Error(id+" was not recognised by loader")}var loadrunner=function(f){return f(using,provide,loadrunner,amdDefine)};function noConflict(){context.using=oldUsing;context.provide=oldProvide;context.define=oldDefine;context.loadrunner=oldLoadrunner;return loadrunner}loadrunner.Script=Script;loadrunner.Module=Module;loadrunner.Collection=Collection;loadrunner.Sequence=Sequence;loadrunner.Dependency=Dependency;loadrunner.noConflict=noConflict;context.loadrunner=loadrunner;context.using=using;context.provide=provide;context.define=amdDefine;using.path="";using.autoLoad=true;using.bundles=[];var whichBundleMemo={};function whichBundle(id){if(typeof whichBundleMemo[id]!="undefined"){return whichBundleMemo[id]}for(var manifestId=0;manifestId<using.bundles.length;manifestId++){for(var bundleId in using.bundles[manifestId]){if(bundleId!=id&&indexOf(using.bundles[manifestId][bundleId],id)>-1){whichBundleMemo[id]=bundleId;return bundleId}}}whichBundleMemo[id]=id;return id}using.matchers=[];using.matchers.add=function(regex,factory){this.unshift([regex,factory])};using.matchers.add(/(^script!|\.js$)/,function(path){var script=new Script(path.replace(/^\$/,using.path.replace(/\/$/,"")+"/").replace(/^script!/,""),false);script.id=path;return script});using.matchers.add(/^[a-zA-Z0-9_\-\/]+$/,function(id){return new Module(id)});if(scriptTag){using.path=scriptTag.getAttribute("data-path")||scriptTag.src.split(/loadrunner\.js/)[0]||"";if(main=scriptTag.getAttribute("data-main")){using.apply(context,main.split(/\s*,\s*/)).then(function(){})}}}(this,document)); loadrunner(function(D,C,B,E){function A(F){this.id=this.path=F}A.inProgress=[];A.done=[];A.prototype=new B.Dependency;A.prototype.start=function(){var F=this,G;if(G=A.done[this.id]){this.complete(G.result)}else{if(G=A.inProgress[this.id]){G.then(function(){F.complete(G.result)})}else{A.inProgress[this.id]=this;this.load()}}};A.prototype.load=function(){var H,F=this;if(window.XMLHttpRequest){H=new window.XMLHttpRequest()}else{try{H=new window.ActiveXObject("Microsoft.XMLHTTP")}catch(G){return new Error("XHR not found.")}}H.onreadystatechange=function(){if(H.readyState==4){F.result=H.responseText;A.done[F.id]=F;delete A.inProgress[F.id];F.complete(F.result)}};H.open("GET",this.path,true);H.send(null)};D.matchers.add(/^json!/,function(F){return new A(F.substring(5))})}); loadrunner(function(D,C,B,E){function A(F){this.id=this.path=F}A.inProgress=[];A.done=[];A.prototype=new B.Dependency;A.prototype.start=function(){var F=this,G;if(G=A.done[this.id]){this.complete(G.result)}else{if(G=A.inProgress[this.id]){G.then(function(){F.complete(G.result)})}else{A.inProgress[this.id]=this;this.load()}}};A.prototype.load=function(){var F=this;D("lib/lazyload",function(G){if($("link[href='"+F.path+"']").length>0){H()}else{G.css(F.path,H)}function H(){A.done[F.id]=F;delete A.inProgress[F.id];F.complete()}})};D.matchers.add(/^css!/,function(G){var F;G=G.replace(/^css!/,"");F=/^(https?:)?\/\//.test(G);return new A(G.replace(/^\//,(!F&&D.cssPath||"").replace(/\/$/,"")+"/"))})}); loadrunner(function(F,E,A,G){function B(H,I){for(var J=0,K;K=H[J];J++){if(I==K){return J}}return -1}function D(I){var H;if(I.charAt(0)==">"){I=I.substring(1)}if(H=C.inProgress[I]){H.complete();delete C.inProgress[I]}C.done.push(I)}var C=function(H){this.id=H};C.inProgress=[];C.done=[];C.prototype=new A.Dependency;C.prototype.start=function(){var I,H=this;if(B(C.done,this.id)!=-1){this.complete()}else{if(I=C.inProgress[this.id]){I.then(function(){H.complete()})}else{C.inProgress[this.id]=this}}};F.matchers.add(/^>/,function(H){return new C(H.substring(1))});window.signal=D}); });</script><script>WATCH.end('loadrunner');</script> <script>WATCH('boot', function() { using.cssPath = 'http://web.archive.org/web/20120202173730/http://a3.twimg.com/a/1328124993/'; using.path = 'http://web.archive.org/web/20120202173730/http://a1.twimg.com/a/1328124993/phoenix/js'; using.autoLoad = false; // Load bluejs modules from their own modpath, in /bluejs using.matchers.add(/^bluejs/, function(id) { var mod = new loadrunner.Module(id); mod.path = 'http://web.archive.org/web/20120202173730/http://a3.twimg.com/a/1328124993/' + id + '.js'; return mod; }); provide("boot/init",function(C){var A={add:function(J,K){if(!K){K=new Date()}twttr.bootTimings.data.push({name:J,timestamp:K})},data:[],done:function(){twttr.bootTimings.add=twttr.bootTimings.done=$.noop;$.each(loadrunner.Script.times,function(J,K){$.each(K,function(L,M){twttr.bootTimings.data.push({name:["bundle",J,L].join(" "),timestamp:M})})});twttr.Profiler.logDataSet("Boot",twttr.appStartTime,twttr.bootTimings.data);twttr.bootTimings=null}};function G(K){for(var J in K){if(K.hasOwnProperty(J)){twttr[J]=K[J]}}}function H(L){twttr.bootTimings&&twttr.bootTimings.add("bootstrap_data process start");G(L.twttr);signal(">payload");if(L.boomr){using(L.boomr).load().then(function(){delete BOOMR.plugins.RT;BOOMR.init({allow_ssl:true,autorun:false,user_ip:L.remoteIP,BW:{base_url:twttr.hosts.local+"/images/boomerang/"}});using(">setupComplete","util").as(function(M){BOOMR.page_ready();BOOMR.subscribe("before_beacon",function(Q){if(!Q.bw){return }var O=parseInt(Q.bw/1024,10);var P=parseInt((Q.bw_err*100)/Q.bw,10);var N=parseInt((Q.lat_err*100)/Q.lat,10);scribble("measurement",{load_time_ms:Q.t_done,bandwidth_kbytes:O,bandwidth_error_percent:P,latency_ms:Q.lat,latency_error_percent:N,product:"webclient"},"boomerang");if(M.util.params()["boomr"]){twttr.showMessage("Bandwidth: "+M.util.addCommas(O)+" KB/s &plusmn; "+P+"%<br />Latency: "+Q.lat+" ms &plusmn; "+Q.lat_err,true)}})})})}if(L.countryCode){twttr.countryCode=L.countryCode}if(L.countries){twttr.countries=L.countries;if(twttr.countryCode){for(var K=0,J=twttr.countries.length;K<J;K++){if(twttr.countries[K].code==twttr.countryCode){twttr.countries[K].selected=true}}}}if(L.pageLocaleJS){twttr.bootTimings&&twttr.bootTimings.add("i18n fetch start");using(L.pageLocaleJS).load().then(function(){twttr.bootTimings&&twttr.bootTimings.add("i18n fetch finish");signal(">languageData")})}else{signal(">languageData")}using(">defaultViews",twttr.bundleMore,function(){if(L.showWelcomeBanner){(new twttr.views.WelcomeToPhoenixBanner()).render($("#banners"),"append")}if(L.flashNotice){twttr.showMessage(L.flashNotice,true)}});using(">decider",function(){twttr.decider._updateFeatures(L.deciderFeatures,true)});using(">ab_decider",function(){twttr.abdecider._updateExperiments(L.abBuckets,true)});using(">api_ready",function(){twttr.API.setConfig({postAuthenticityToken:L.postAuthenticityToken});$("input.authenticity_token").val(L.postAuthenticityToken);var P=L.requestCacheSeedData;for(var N=0,M=P.length;N<M;++N){var O=P[N];twttr.API._requestCache.inject(O.api_request_name,O.options,O.json,1)}signal(">request_cache_seeded");if(L.homeTimelineFetchSize){twttr.API.homeTimelineFetchSize=L.homeTimelineFetchSize}});twttr.bootTimings&&twttr.bootTimings.add("bootstrap_data process finish")}function D(){if(twttr.loggedIn){twttr.bootTimings&&twttr.bootTimings.add("initCurrentUser start");using("boot/bootstrap_data",">request_cache_seeded",function(J){twttr.API.User.current({error:function(){window.location.reload(true)},success:function(K){twttr.currentUser=K;for(var L in J.userProperties){twttr.currentUser.sync(L,J.userProperties[L]||false)}twttr.bootTimings&&twttr.bootTimings.add("initCurrentUser finish");signal(">allCurrentUserDataLoaded")}})})}else{signal(">allCurrentUserDataLoaded")}}function F(J){var K=new Date();using(J).load().then(function(){var L=new Date();using("boot/bootstrap_data",function(){twttr.Profiler.logPreviousEvent("twttr.bundles fetched",K,L)})})}function E(O){var K=false;function J(){if(!K){setTimeout(function(){twttr.keynoteTTFTPing();K=true;O()},0)}}function N(){setTimeout(J,0)}var L=document.getElementById("stream-items-id");if(!L){O();return }if(L.clientHeight>0){N();return }function M(){L.onresize=null;N()}L.onresize=M}function I(K){for(var J in K){return false}return true}function B(N){if(!N){return }var K=document.getElementById("slow-load-banner");if(!K){return }var J;function M(){clearTimeout(J);$(K).remove();twttr.app.recalculatePadding()}function L(){K.style.display="block";setTimeout(function(){K.style.height="46px"})}J=setTimeout(L,N);twttr.bundleCore&&using(twttr.bundleCore,M)}C({init:function(L){if(L.renderedOnServer){var J=document.getElementsByTagName("html")[0];var P=J.className.match(/highlight-global-nav-([a-z]+)/);if(L.twttr.loggedIn&&P){var K="global-nav-"+P[1];document.getElementById(K).className+=" active"}else{if(J.className.match(/remove-prerendered-content/)){document.getElementById("page-outer").className=document.getElementById("page-outer").className.replace("flush-to-top","");var N=document.getElementById("page-container");N.className=N.className.replace("home-container","");N.innerHTML="";signal(">wokeUp");L.renderedOnServer=false}}J.className=J.className.replace("use-prerendered-content","").replace("remove-prerendered-content","");if(J.getAttribute("data-nav-highlight-class-name")){J.className=J.className.replace(J.getAttribute("data-nav-highlight-class-name"),"");J.removeAttribute("data-nav-highlight-class-name")}}if(L.disablePhoenix){B(L.loadTimeoutInterval);return }G(L.twttr);twttr.appStartTime=document.startTime;twttr.geo=twttr.geo||{};twttr.session=twttr.session||{};twttr.session.impressionId=twttr.appStartTime+Math.random();twttr.isLocalhost=location.hostname.match(/localhost\.twitter\.com/);if(twttr.allScribeEvents){try{twttr.allScribeEvents=JSON.parse(localStorage.twttrAllScribeEvents)||[]}catch(O){twttr.allScribeEvents=[]}}twttr.bootTimings=L.profiling?A:null;for(var M=0;M<L.loadrunnerAssets.length;M++){using.bundles.push(L.loadrunnerAssets[M])}if(L.loadrunnerAssets.length==1&&I(L.loadrunnerAssets[0])){using.autoLoad=true}B(L.loadTimeoutInterval);twttr.proto=window.location.protocol.replace(":","");twttr.isSSL=function(){return twttr.proto==="https"};twttr.createIframe=function(R,Q){var U=document.createElement("div");U.innerHTML='<iframe tabindex="-1" role="presentation" style="position:absolute;top:-9999px;" src="'+R+'"></iframe>';var S=U.firstChild;var T=function(){Q.apply(S,arguments)};S.addEventListener?S.addEventListener("load",T,false):S.attachEvent("onload",T);document.body.insertBefore(S,document.body.firstChild);return S};if(!L.inline_bootstrap_data){provide("boot/bootstrap_data",function(Q){var R=[];R.push("json!/account/bootstrap_data"+window.location.search+(window.location.search?"&":"?")+"r="+Math.random());if(typeof JSON==="undefined"){R.push(twttr.bundleCore)}twttr.bootTimings&&twttr.bootTimings.add("bootstrap_data fetch start");using(R,function(T){twttr.bootTimings&&twttr.bootTimings.add("bootstrap_data fetch finish");var S=JSON.parse(T);Q(S)})})}F(L.assets);using(twttr.bundleCore,function(){twttr.anywhere.remote={};using("bluejs/api",function(Q){twttr.API=Q;twttr.API.setConfig({cacheObjects:true,includeEntities:true});twttr.extendAPI();signal(">api_ready");using(">request_cache_seeded",function(){D()})})});using(L.setupDependencies,function(){twttr.bootTimings&&twttr.bootTimings.add("setup start");jQuery.ready();twttr.setup(L.renderedOnServer);twttr.bootTimings&&twttr.bootTimings.add("setup finish");signal(">setupComplete");var Q=function(){using(twttr.bundleMore).load()};if($.browser.msie&&(parseInt($.browser.version,10)<=8)){E(Q)}else{Q()}});using(twttr.bundleMore,function(){signal(">allCodeLoaded")});using("boot/bootstrap_data",H);twttr.createIframe(L.pReceiverURL,function(){var Q=this;using(twttr.bundleCore,function(){twttr.anywhere.remote.server=Q;twttr.anywhere.api.util.RemoteRequest.flush()})})}})}); using('boot/init', function(boot) { var data = {"disablePhoenix":false,"sandboxes":{"jsonp":"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/a3.twimg.com\/a\/1328124993\/jsonp_sandbox.html","detailsPaneContent":"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/a0.twimg.com\/a\/1328124993\/details_pane_content_sandbox.html"},"twttr":{"domains":{"local":"twitter.com","upload":"upload.twitter.com","remote":"api.twitter.com"},"hosts":{"local":"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/twitter.com","upload":"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/upload.twitter.com","remote":"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/api.twitter.com"},"bundleCore":"bundle\/phoenix-core","loggedIn":false,"placeDataPrefix":"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/geo.l3.twitter.com\/places\/autocomplete_places-","isT1":false,"remoteIP":"207.241.235.28","expando":false,"hoversInCss":true,"requestFullCity":"us,ca,san_francisco","bundleMore":"bundle\/phoenix-more"},"renderedOnServer":true,"loadrunnerAssets":[{"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/a3.twimg.com\/b\/1\/bundle\/ie6-en-201202011145.js":["bundle\/ie6"],"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/a0.twimg.com\/b\/1\/bundle\/phoenix-core-en-201202011145.js":["bundle\/phoenix-core"],"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/a1.twimg.com\/b\/1\/bundle\/signup-en-201202011145.js":["bundle\/signup"],"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/a2.twimg.com\/b\/1\/bundle\/sandbox-en-201202011145.js":["bundle\/sandbox"],"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/a2.twimg.com\/b\/1\/bundle\/phoenix-more-en-201202011145.js":["bundle\/phoenix-more"],"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/a2.twimg.com\/b\/1\/bundle\/swift-settings-en-201202011145.js":["bundle\/swift-settings"]}],"inline_bootstrap_data":false,"assets":["bundle\/phoenix-core"],"pReceiverURL":"http:\/\/web.archive.org\/web\/20120202173730\/http:\/\/api.twitter.com\/receiver.html","profiling":false,"setupDependencies":["\u003EallCurrentUserDataLoaded","\u003Erequest_cache_seeded","bundle\/phoenix-core","\u003ElanguageData"],"loadTimeoutInterval":10000}; boot.init(data); }); });</script><script>WATCH.end('boot');</script> <!--[if lte IE 6]> <script>using('bundle/ie6').load();</script> <![endif]--> </body> </html> <!-- FILE ARCHIVED ON 17:37:30 Feb 02, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 23:24:53 Dec 04, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.624 exclusion.robots: 0.031 exclusion.robots.policy: 0.018 esindex: 0.012 cdx.remote: 29.361 LoadShardBlock: 396.241 (3) PetaboxLoader3.datanode: 121.386 (4) PetaboxLoader3.resolve: 150.597 (2) load_resource: 114.039 -->

Pages: 1 2 3 4 5 6 7 8 9 10