CINXE.COM

Twitter

<!DOCTYPE html> <html> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_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="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://twitter.com/ukparliament","20111214120024","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1323864024"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_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="Instantly connect to what's most important to you. Follow your friends, experts, favorite celebrities, and breaking news."/> <link rel="dns-prefetch" href="https://web.archive.org/web/20111214120024/http://a0.twimg.com/"/> <link rel="dns-prefetch" href="https://web.archive.org/web/20111214120024/http://a1.twimg.com/"/> <link rel="dns-prefetch" href="https://web.archive.org/web/20111214120024/http://a2.twimg.com/"/> <link rel="dns-prefetch" href="https://web.archive.org/web/20111214120024/http://a3.twimg.com/"/> <link rel="dns-prefetch" href="https://web.archive.org/web/20111214120024/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/20111214120024im_/http://twitter.com/phoenix/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <base href="https://web.archive.org/web/20111214120024/http://twitter.com/"/> <link rel="stylesheet" href="https://web.archive.org/web/20111214120024cs_/http://a2.twimg.com/a/1323799153/phoenix/css/phoenix_core_logged_out.bundle.css" type="text/css" media="screen"/> <link rel="canonical" href="https://web.archive.org/web/20111214120024/http://twitter.com/ukparliament"/> <noscript> <meta http-equiv="refresh" content="0; URL=/web/20111214120024/http://twitter.com/ukparliament?_twitter_noscript=1"/> </noscript> <style id="user-style-UKParliament"> body.user-style-UKParliament { background-position: left 40px; background-attachment: fixed; background-repeat: no-repeat; background-color: #000000; color: #000000; } body.user-style-UKParliament a, body.user-style-UKParliament ul.stream-tabs li, body.user-style-UKParliament .component .promo strong, body.user-style-UKParliament .message-thread-preview:hover .message-count, body.user-style-UKParliament .list-membership-container li.create-a-list { color: #0000ff; } body.user-style-UKParliament .stream-item:hover .tweet-screen-name, body.user-style-UKParliament .stream-item:hover .tweet-timestamp, body.user-style-UKParliament .stream-item:hover .tweet-geo-text, body.user-style-UKParliament .stream-item:hover .user-profile-link, body.user-style-UKParliament span.user-stat-link, body.user-style-UKParliament a.title-link:hover, body.user-style-UKParliament a.user-stats-count:hover span.user-stats-stat, body.user-style-UKParliament .dashboard .user-small-list-item:hover a.user-screen-name, body.user-style-UKParliament .dashboard .user-small-list-item:hover .user-meta a, body.user-style-UKParliament .user-detailed-list-item:hover a.user-screen-name, body.user-style-UKParliament .tweet-activity:hover a.latest-tweet-timestamp, body.user-style-UKParliament .stream-item:hover a.icon-link, body.user-style-UKParliament .stream-item:hover a.icon-link b, body.user-style-UKParliament .stream-item:hover .tweet-feedback, body.user-style-UKParliament .promoted-tweet:hover .social-context a, body.user-style-UKParliament .dashboard ul.trends li a:hover span.icon-link, body.user-style-UKParliament .dashboard-activity-item-sentence .dashboard-activity-item-entity, body.user-style-UKParliament .dashboard-activity-item-sentence .dashboard-activity-item-entity .user, body.user-style-UKParliament .dashboard-activity-item-sentence .dashboard-activity-item-count, body.user-style-UKParliament .dashboard-activity-item-link:hover .dashboard-activity-item-sentence, body.user-style-UKParliament .dashboard-activity-item-link:hover .dashboard-activity-item-sentence span.user, body.user-style-UKParliament .onebox-user-screen-name:hover { color: #0000ff !important; } body.user-style-UKParliament .expanding-stream-item:hover .tweet-screen-name { color: #333 !important; } body.user-style-UKParliament .expanding-stream-item:hover .tweet-timestamp { color: #999 !important; } body.user-style-UKParliament .hovered-stream-item, body.user-style-UKParliament .stream-item:hover, body.user-style-UKParliament #new-tweets-bar, body.user-style-UKParliament #new-tweets-bar:active { background-color: rgba(0,0,255,0.1); border-color: rgba(0,0,255,0.15); } body.user-style-UKParliament .expanding-stream-item:hover { border-top-color: transparent; border-bottom-color: #EBEBEB; } body.user-style-UKParliament #new-tweets-bar:hover { background-color: rgba(0,0,255,0.2); border-color: rgba(0,0,255,0.25); } body.user-style-UKParliament .dashboard .user-small-list-item .user-screen-name, body.user-style-UKParliament .profile-screenname, body.user-style-UKParliament .title-link, body.user-style-UKParliament div.latest-tweet .latest-tweet-timestamp, body.user-style-UKParliament div.truncated-tweet .latest-tweet-timestamp, body.user-style-UKParliament a.user-stats-count span.user-stats-stat, body.user-style-UKParliament .welcome-steps li .active a strong, body.user-style-UKParliament .dashboard-activity-item-sentence span.user { color: #000000; } body.user-style-UKParliament .dashboard .user-small-list-item .user-full-name, body.user-style-UKParliament span.trend-location, body.user-style-UKParliament .your-activity h3, body.user-style-UKParliament .trends-inner h3, body.user-style-UKParliament .dashboard .user-rec-inner h3, body.user-style-UKParliament .latest-tweet, body.user-style-UKParliament .truncated-tweet, body.user-style-UKParliament .latest-tweet a.latest-tweet-timestamp, body.user-style-UKParliament .truncated-tweet a.latest-tweet-timestamp, body.user-style-UKParliament .dashboard .user-small-list-item .user-meta, body.user-style-UKParliament .dashboard .user-small-list-item .user-meta a, body.user-style-UKParliament .social-context div, body.user-style-UKParliament .dashboard .dot, body.user-style-UKParliament .component .promo, body.user-style-UKParliament .component .promo a.definition, body.user-style-UKParliament .dashboard .user-small-list-item .dismiss, body.user-style-UKParliament .dashboard .user-small-list-item .ellip, body.user-style-UKParliament .facets-media-not-displayed .not-displayed-text, body.user-style-UKParliament .dashboard .copyright, body.user-style-UKParliament .dashboard .user-small-list-item a.icon-link, body.user-style-UKParliament .dashboard ul.trends li a span.icon-link, body.user-style-UKParliament .dashboard-activity-item-link, body.user-style-UKParliament .dashboard-activity-item-sentence { color: rgba(0,0,0,0.6); } body.user-style-UKParliament #page-container, body.user-style-UKParliament .user-sidebar-color, body.user-style-UKParliament .expando-container .dashboard { /* IE7/8 */ background: #e0ff92; /* Modern browsers */ background: rgba(224,255,146,0.9); /* IE6 */ _background-color: #e0ff92; } body.user-style-UKParliament .activity:hover .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content, body.user-style-UKParliament .hovered-stream-item .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content, body.user-style-UKParliament .dashboard .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content { border-color: rgba(0,0,255,0.15) !important; } body.user-style-UKParliament .expanding-stream-item:hover a.twitter-atreply:hover, body.user-style-UKParliament .expanding-stream-item.open a.twitter-atreply, body.user-style-UKParliament .expanding-stream-item.colorful-links a.twitter-atreply, body.user-style-UKParliament .expanding-stream-item:hover a.twitter-hashtag:hover, body.user-style-UKParliament .expanding-stream-item.open a.twitter-hashtag, body.user-style-UKParliament .expanding-stream-item.colorful-links a.twitter-hashtag, body.user-style-UKParliament .expanding-stream-item:hover a.twitter-timeline-link:hover, body.user-style-UKParliament .expanding-stream-item.open a.twitter-timeline-link, body.user-style-UKParliament .expanding-stream-item.colorful-links a.twitter-timeline-link { color: #0000ff !important; } .profile-style-UKParliament a { color: #0000ff !important; } a:hover .geo-pin, body.user-style-UKParliament .stream-item:hover .geo-pin { background-color: #0000ff; } </style> <style id="user-style-UKParliament-bg-img" class="js-user-style-bg-img"> body.user-style-UKParliament { background-image: url(https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_background_images/2604515/twitback.jpg); } </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="https://web.archive.org/web/20111214120024cs_/http://a0.twimg.com/a/1323799153/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:"?"https://web.archive.org/web/20111214120024/https://ssl":"https://web.archive.org/web/20111214120024/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-UKParliament 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="https://web.archive.org/web/20111214120024/http://m.twitter.com/">mobile site</a>.</span> </div> </div> </div> </noscript> <div class="banner-outer" id="slow-load-banner"> <div class="banner"> <div class="banner-inside noscript-warning"> <h5>Twitter.com is loading slowly.</h5> <span class="warning">Hmm, this seems to be taking a while. If problems persist, <a href="javascript:window.location.reload(true);">please reload</a> to try again.</span> </div> </div> </div> </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/20111214120024/http://twitter.com/">Twitter</a> </div> <form id="search-form" class="js-search-form" action="/web/20111214120024/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/20111214120024/http://twitter.com/login"> <em>Have an account?</em> <strong>Sign in</strong><i></i> </a> <a id="signup-link" href="https://web.archive.org/web/20111214120024/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="https://web.archive.org/web/20111214120024/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/20111214120024/http://twitter.com/account/resend_password">Forgot password?</a><br/> <a class="mobile" href="/web/20111214120024/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;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3931,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;status&quot;:{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146921132707155968&quot;,&quot;retweet_count&quot;:4,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;place&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;:146921132707155968,&quot;created_at&quot;:&quot;Wed Dec 14 11:55:02 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Follow Prime Minister\u2019s Questions live in video and audio from midday http:\/\/t.co\/UeFbsgkL #pmqs&quot;},&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55462,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248}" data-screen-name="UKParliament"> <div class="profile-info clearfix"> <div class="profile-image-container"> <a href="https://web.archive.org/web/20111214120024/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65.jpg" class="profile-picture" target="_blank"><img src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_reasonably_small.jpg" alt="UK Parliament"/></a> </div> <div class="profile-details"> <div class="full-name"> <h2>UK Parliament</h2> <span class="verified-icon" title="Verified Account"></span> </div> <div class="screen-name-and-location"><span class="screen-name screen-name-UKParliament pill">@UKParliament</span> Westminster, London</div> <div class="bio">Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.</div> <div class="url"><a target="_blank" rel="me nofollow" href="https://web.archive.org/web/20111214120024/http://www.parliament.uk/">http://www.parliament.uk/</a></div> </div> </div> <div class="profile-actions-container " data-user-id="6467332"> <div class="component profile-actions-component"> <div class="profile-actions profile-actions-6467332 clearfix" data-user-id="6467332"> <div class="sms-follow"> <span class="icon"></span> Text <strong>follow UKParliament</strong> to <a href="#" class="sms-codes-link">your carrier's shortcode</a> </div> <div class="buttons js-actionable-user" data-user-id="6467332"> </div> <div class="follow-state"> <div class="button profile-follow-button" data-user-id="6467332"> <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/20111214120024/http://twitter.com/UKParliament">Tweets</a> </li> <li class="stream-tab stream-tab-favorites "> <a class="tab-text" href="/web/20111214120024/http://twitter.com/UKParliament/#/favorites">Favorites</a> </li> <li class="stream-tab stream-tab-following "> <a class="tab-text" href="/web/20111214120024/http://twitter.com/UKParliament/#/following">Following</a> </li> <li class="stream-tab stream-tab-followers "> <a class="tab-text" href="/web/20111214120024/http://twitter.com/UKParliament/#/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="146921132707155968" data-item-type="tweet" id="stream-item-tweet-146921132707155968"> <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="146921132707155968" data-item-id="146921132707155968" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146921132707155968&quot;,&quot;retweet_count&quot;:4,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3931,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55460,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[91,96],&quot;text&quot;:&quot;pmqs&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/uSXBxS&quot;,&quot;indices&quot;:[70,90],&quot;url&quot;:&quot;http:\/\/t.co\/UeFbsgkL&quot;,&quot;display_url&quot;:&quot;bit.ly\/uSXBxS&quot;}]},&quot;place&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;:146921132707155968,&quot;created_at&quot;:&quot;Wed Dec 14 11:55:02 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Follow Prime Minister\u2019s Questions live in video and audio from midday http:\/\/t.co\/UeFbsgkL #pmqs&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Follow Prime Minister鈥檚 Questions live in video and audio from midday <a data-expanded-url="http://bit.ly/uSXBxS" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/UeFbsgkL" rel="nofollow" class="twitter-timeline-link">bit.ly/uSXBxS</a> <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23pmqs" title="#pmqs" class="tweet-url twitter-hashtag" rel="nofollow">#pmqs</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146921132707155968" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Dec 14 11:55:02 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146921132707155968"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146910066979770368" data-item-type="tweet" id="stream-item-tweet-146910066979770368"> <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="146910066979770368" data-item-id="146910066979770368" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146910066979770368&quot;,&quot;retweet_count&quot;:1,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3931,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55457,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;default_profile&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[15,20],&quot;text&quot;:&quot;pmqs&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/youtu.be\/BK5iN7Akkvk&quot;,&quot;indices&quot;:[56,76],&quot;url&quot;:&quot;http:\/\/t.co\/nzYQAxYX&quot;,&quot;display_url&quot;:&quot;youtu.be\/BK5iN7Akkvk&quot;}]},&quot;place&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:146910066979770368,&quot;created_at&quot;:&quot;Wed Dec 14 11:11:04 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Watch the last #pmqs from 7 December on YouTube. Video: http:\/\/t.co\/nzYQAxYX&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Watch the last <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23pmqs" title="#pmqs" class="tweet-url twitter-hashtag" rel="nofollow">#pmqs</a> from 7 December on YouTube. Video: <a data-expanded-url="http://youtu.be/BK5iN7Akkvk" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/nzYQAxYX" rel="nofollow" class="twitter-timeline-link">youtu.be/BK5iN7Akkvk</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146910066979770368" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Dec 14 11:11:04 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146910066979770368"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146907308239224832" data-item-type="tweet" id="stream-item-tweet-146907308239224832"> <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="146907308239224832" data-item-id="146907308239224832" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146907308239224832&quot;,&quot;retweet_count&quot;:0,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:&quot;cabinetofficeuk&quot;,&quot;in_reply_to_user_id&quot;:143478208,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3929,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55424,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:&quot;143478208&quot;,&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Cabinet Office&quot;,&quot;id_str&quot;:&quot;143478208&quot;,&quot;indices&quot;:[0,16],&quot;screen_name&quot;:&quot;cabinetofficeuk&quot;,&quot;id&quot;:143478208}],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/uSXBxS&quot;,&quot;indices&quot;:[97,117],&quot;url&quot;:&quot;http:\/\/t.co\/UeFbsgkL&quot;,&quot;display_url&quot;:&quot;bit.ly\/uSXBxS&quot;}]},&quot;place&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;:146907308239224832,&quot;created_at&quot;:&quot;Wed Dec 14 11:00:06 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;@cabinetofficeuk Ministers answer questions in the Commons this morning. Watch live from 11.30am http:\/\/t.co\/UeFbsgkL&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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 class="tweet-url twitter-atreply" href="/web/20111214120024/http://twitter.com/#!/cabinetofficeuk" rel="nofollow">cabinetofficeuk</a> Ministers answer questions in the Commons this morning. Watch live from 11.30am <a data-expanded-url="http://bit.ly/uSXBxS" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/UeFbsgkL" rel="nofollow" class="twitter-timeline-link">bit.ly/uSXBxS</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146907308239224832" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Dec 14 11:00:06 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146907308239224832"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146904905863540736" data-item-type="tweet" id="stream-item-tweet-146904905863540736"> <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="146904905863540736" data-item-id="146904905863540736" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146904905863540736&quot;,&quot;retweet_count&quot;:2,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3930,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55428,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[112,117],&quot;text&quot;:&quot;PMQs&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/usBVWx&quot;,&quot;indices&quot;:[91,111],&quot;url&quot;:&quot;http:\/\/t.co\/uYX0NUHv&quot;,&quot;display_url&quot;:&quot;bit.ly\/usBVWx&quot;}]},&quot;place&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;:146904905863540736,&quot;created_at&quot;:&quot;Wed Dec 14 10:50:33 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Today\u2019s Order of Business shows order of MPs who might be called to ask a question at PMQs http:\/\/t.co\/uYX0NUHv #PMQs&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Today鈥檚 Order of Business shows order of MPs who might be called to ask a question at PMQs <a data-expanded-url="http://bit.ly/usBVWx" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/uYX0NUHv" rel="nofollow" class="twitter-timeline-link">bit.ly/usBVWx</a> <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23PMQs" title="#PMQs" class="tweet-url twitter-hashtag" rel="nofollow">#PMQs</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146904905863540736" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Dec 14 10:50:33 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146904905863540736"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146890749244473344" data-item-type="tweet" id="stream-item-tweet-146890749244473344"> <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="146890749244473344" data-item-id="146890749244473344" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146890749244473344&quot;,&quot;retweet_count&quot;:14,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3931,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;default_profile&quot;:false,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55461,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[90,95],&quot;text&quot;:&quot;pmqs&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/uSXBxS&quot;,&quot;indices&quot;:[69,89],&quot;url&quot;:&quot;http:\/\/t.co\/UeFbsgkL&quot;,&quot;display_url&quot;:&quot;bit.ly\/uSXBxS&quot;}]},&quot;place&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;:146890749244473344,&quot;created_at&quot;:&quot;Wed Dec 14 09:54:18 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Watch Prime Minister\u2019s Questions live in video and audio from midday http:\/\/t.co\/UeFbsgkL #pmqs&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Watch Prime Minister鈥檚 Questions live in video and audio from midday <a data-expanded-url="http://bit.ly/uSXBxS" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/UeFbsgkL" rel="nofollow" class="twitter-timeline-link">bit.ly/uSXBxS</a> <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23pmqs" title="#pmqs" class="tweet-url twitter-hashtag" rel="nofollow">#pmqs</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146890749244473344" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Dec 14 09:54:18 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146890749244473344"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146884823896702976" data-item-type="tweet" id="stream-item-tweet-146884823896702976"> <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="146884823896702976" data-item-id="146884823896702976" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146884823896702976&quot;,&quot;retweet_count&quot;:1,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3930,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;default_profile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55448,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[65,74],&quot;text&quot;:&quot;Scotland&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/sT8t9o&quot;,&quot;indices&quot;:[99,119],&quot;url&quot;:&quot;http:\/\/t.co\/NPT7oPOC&quot;,&quot;display_url&quot;:&quot;bit.ly\/sT8t9o&quot;}]},&quot;place&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;:146884823896702976,&quot;created_at&quot;:&quot;Wed Dec 14 09:30:45 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;MPs question Scottish Secretary Michael Moore on Crown Estate in #Scotland. Watch live from 9.45am http:\/\/t.co\/NPT7oPOC&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">MPs question Scottish Secretary Michael Moore on Crown Estate in <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23Scotland" title="#Scotland" class="tweet-url twitter-hashtag" rel="nofollow">#Scotland</a>. Watch live from 9.45am <a data-expanded-url="http://bit.ly/sT8t9o" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/NPT7oPOC" rel="nofollow" class="twitter-timeline-link">bit.ly/sT8t9o</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146884823896702976" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Dec 14 09:30:45 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146884823896702976"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146883839980081152" data-item-type="tweet" id="stream-item-tweet-146883839980081152"> <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="146883839980081152" data-item-id="146883839980081152" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146883839980081152&quot;,&quot;retweet_count&quot;:0,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3930,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55451,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[105,118],&quot;text&quot;:&quot;phonehacking&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/tqrRVv&quot;,&quot;indices&quot;:[84,104],&quot;url&quot;:&quot;http:\/\/t.co\/YOxuCB60&quot;,&quot;display_url&quot;:&quot;bit.ly\/tqrRVv&quot;}]},&quot;place&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;:146883839980081152,&quot;created_at&quot;:&quot;Wed Dec 14 09:26:51 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Culture, Media &amp; Sport Cmttee publishes letters from Linklaters LLP &amp; James Murdoch http:\/\/t.co\/YOxuCB60 #phonehacking&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Culture, Media &amp; Sport Cmttee publishes letters from Linklaters LLP &amp; James Murdoch <a data-expanded-url="http://bit.ly/tqrRVv" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/YOxuCB60" rel="nofollow" class="twitter-timeline-link">bit.ly/tqrRVv</a> <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23phonehacking" title="#phonehacking" class="tweet-url twitter-hashtag" rel="nofollow">#phonehacking</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146883839980081152" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Dec 14 09:26:51 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146883839980081152"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146846924862001152" data-item-type="tweet" id="stream-item-tweet-146846924862001152"> <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="146846924862001152" data-item-id="146846924862001152" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146846924862001152&quot;,&quot;retweet_count&quot;:20,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;default_profile&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3931,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55458,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[63,74],&quot;text&quot;:&quot;BigSociety&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/u1pwBs&quot;,&quot;indices&quot;:[75,95],&quot;url&quot;:&quot;http:\/\/t.co\/kf3PqTZt&quot;,&quot;display_url&quot;:&quot;bit.ly\/u1pwBs&quot;}]},&quot;place&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;:146846924862001152,&quot;created_at&quot;:&quot;Wed Dec 14 07:00:09 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Public Administration Select Committee publishes report on the #BigSociety http:\/\/t.co\/kf3PqTZt&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Public Administration Select Committee publishes report on the <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23BigSociety" title="#BigSociety" class="tweet-url twitter-hashtag" rel="nofollow">#BigSociety</a> <a data-expanded-url="http://bit.ly/u1pwBs" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/kf3PqTZt" rel="nofollow" class="twitter-timeline-link">bit.ly/u1pwBs</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146846924862001152" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Dec 14 07:00:09 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146846924862001152"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146606557533188096" data-item-type="tweet" id="stream-item-tweet-146606557533188096"> <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="146606557533188096" data-item-id="146606557533188096" data-retweet-id="146608451001401345" data-screen-name="UKHouseofLords" data-user-id="348974190" data-status="{&quot;retweeted_status&quot;:{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146606557533188096&quot;,&quot;retweet_count&quot;:5,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;name&quot;:&quot;House of Lords&quot;,&quot;id_str&quot;:&quot;348974190&quot;,&quot;statuses_count&quot;:674,&quot;verified&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/341912103\/backdrop-4.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/341912103\/backdrop-4.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0084B4&quot;,&quot;description&quot;:&quot;News &amp; information from the UK Parliament\u2019s upper house. Produced by its staff to show how the Lords checks and challenges the UK government.&quot;,&quot;location&quot;:&quot;London, United Kingdom&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/lords&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1575010644\/avatar8_normal.jpg&quot;,&quot;listed_count&quot;:121,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:4714,&quot;profile_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_images\/1575010644\/avatar8_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKHouseofLords&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;f8f8f8&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Fri Aug 05 09:38:33 +0000 2011&quot;,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id&quot;:348974190,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1049},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[39,50],&quot;text&quot;:&quot;HealthBill&quot;},{&quot;indices&quot;:[86,90],&quot;text&quot;:&quot;NHS&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/uvizoG&quot;,&quot;indices&quot;:[100,120],&quot;url&quot;:&quot;http:\/\/t.co\/PKf5rUhd&quot;,&quot;display_url&quot;:&quot;bit.ly\/uvizoG&quot;}]},&quot;place&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;:146606557533188096,&quot;created_at&quot;:&quot;Tue Dec 13 15:05:01 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Lords continues detailed discussion of #HealthBill this afternoon with examination of #NHS watchdog http:\/\/t.co\/PKf5rUhd&quot;},&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146608451001401345&quot;,&quot;retweet_count&quot;:5,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3927,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2214,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55424,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[59,70],&quot;text&quot;:&quot;HealthBill&quot;},{&quot;indices&quot;:[106,110],&quot;text&quot;:&quot;NHS&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;House of Lords&quot;,&quot;id_str&quot;:&quot;348974190&quot;,&quot;indices&quot;:[3,18],&quot;screen_name&quot;:&quot;UKHouseofLords&quot;,&quot;id&quot;:348974190}],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/uvizoG&quot;,&quot;indices&quot;:[120,140],&quot;url&quot;:&quot;http:\/\/t.co\/PKf5rUhd&quot;,&quot;display_url&quot;:&quot;bit.ly\/uvizoG&quot;}]},&quot;place&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:146608451001401345,&quot;created_at&quot;:&quot;Tue Dec 13 15:12:33 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;RT @UKHouseofLords: Lords continues detailed discussion of #HealthBill this afternoon with examination of #NHS watchdog http:\/\/t.co\/PKf5rUhd&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a2.twimg.com/profile_images/1575010644/avatar8_normal.jpg" alt="House of Lords" class="user-profile-link js-action-profile-avatar" data-user-id="348974190"/> </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="348974190" href="/web/20111214120024/http://twitter.com/UKHouseofLords" title="House of Lords">UKHouseofLords</a> <span class="tweet-full-name">House of Lords</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">Lords continues detailed discussion of <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23HealthBill" title="#HealthBill" class="tweet-url twitter-hashtag" rel="nofollow">#HealthBill</a> this afternoon with examination of <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23NHS" title="#NHS" class="tweet-url twitter-hashtag" rel="nofollow">#NHS</a> watchdog <a data-expanded-url="http://bit.ly/uvizoG" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/PKf5rUhd" rel="nofollow" class="twitter-timeline-link">bit.ly/uvizoG</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146608451001401345" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Dec 13 15:05:01 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146606557533188096"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146601528650776577" data-item-type="tweet" id="stream-item-tweet-146601528650776577"> <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="146601528650776577" data-item-id="146601528650776577" data-retweet-id="146602575872004097" data-screen-name="UKHouseofLords" data-user-id="348974190" data-status="{&quot;retweeted_status&quot;:{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146601528650776577&quot;,&quot;retweet_count&quot;:4,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;name&quot;:&quot;House of Lords&quot;,&quot;id_str&quot;:&quot;348974190&quot;,&quot;statuses_count&quot;:674,&quot;verified&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/341912103\/backdrop-4.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/341912103\/backdrop-4.jpg&quot;,&quot;favourites_count&quot;:0,&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0084B4&quot;,&quot;description&quot;:&quot;News &amp; information from the UK Parliament\u2019s upper house. Produced by its staff to show how the Lords checks and challenges the UK government.&quot;,&quot;location&quot;:&quot;London, United Kingdom&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/lords&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1575010644\/avatar8_normal.jpg&quot;,&quot;listed_count&quot;:121,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:4714,&quot;profile_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_images\/1575010644\/avatar8_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKHouseofLords&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;f8f8f8&quot;,&quot;created_at&quot;:&quot;Fri Aug 05 09:38:33 +0000 2011&quot;,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id&quot;:348974190,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1049},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[8,12],&quot;text&quot;:&quot;aid&quot;},{&quot;indices&quot;:[20,31],&quot;text&quot;:&quot;corruption&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Transparency Int'l&quot;,&quot;id_str&quot;:&quot;25531164&quot;,&quot;indices&quot;:[66,81],&quot;screen_name&quot;:&quot;anticorruption&quot;,&quot;id&quot;:25531164}],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/tWFgvt&quot;,&quot;indices&quot;:[120,140],&quot;url&quot;:&quot;http:\/\/t.co\/WCjWLXNa&quot;,&quot;display_url&quot;:&quot;bit.ly\/tWFgvt&quot;}]},&quot;place&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;:146601528650776577,&quot;created_at&quot;:&quot;Tue Dec 13 14:45:02 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;How can #aid bypass #corruption? Lords Econ Affairs Cttee quizzes @anticorruption on global trends &amp; strategies at 3.35 http:\/\/t.co\/WCjWLXNa&quot;},&quot;geo&quot;:null,&quot;truncated&quot;:true,&quot;id_str&quot;:&quot;146602575872004097&quot;,&quot;retweet_count&quot;:4,&quot;favorited&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3927,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2214,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55422,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[28,32],&quot;text&quot;:&quot;aid&quot;},{&quot;indices&quot;:[40,51],&quot;text&quot;:&quot;corruption&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;House of Lords&quot;,&quot;id_str&quot;:&quot;348974190&quot;,&quot;indices&quot;:[3,18],&quot;screen_name&quot;:&quot;UKHouseofLords&quot;,&quot;id&quot;:348974190},{&quot;name&quot;:&quot;Transparency Int'l&quot;,&quot;id_str&quot;:&quot;25531164&quot;,&quot;indices&quot;:[86,101],&quot;screen_name&quot;:&quot;anticorruption&quot;,&quot;id&quot;:25531164}],&quot;urls&quot;:[]},&quot;place&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:146602575872004097,&quot;created_at&quot;:&quot;Tue Dec 13 14:49:12 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;RT @UKHouseofLords: How can #aid bypass #corruption? Lords Econ Affairs Cttee quizzes @anticorruption on global trends &amp; strategies at 3 ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a2.twimg.com/profile_images/1575010644/avatar8_normal.jpg" alt="House of Lords" class="user-profile-link js-action-profile-avatar" data-user-id="348974190"/> </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="348974190" href="/web/20111214120024/http://twitter.com/UKHouseofLords" title="House of Lords">UKHouseofLords</a> <span class="tweet-full-name">House of Lords</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 can <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23aid" title="#aid" class="tweet-url twitter-hashtag" rel="nofollow">#aid</a> bypass <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23corruption" title="#corruption" class="tweet-url twitter-hashtag" rel="nofollow">#corruption</a>? Lords Econ Affairs Cttee quizzes @<a class="tweet-url twitter-atreply" href="/web/20111214120024/http://twitter.com/#!/anticorruption" rel="nofollow">anticorruption</a> on global trends &amp; strategies at 3.35 <a data-expanded-url="http://bit.ly/tWFgvt" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/WCjWLXNa" rel="nofollow" class="twitter-timeline-link">bit.ly/tWFgvt</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146602575872004097" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Dec 13 14:45:02 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146601528650776577"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146586453248454658" data-item-type="tweet" id="stream-item-tweet-146586453248454658"> <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="146586453248454658" data-item-id="146586453248454658" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146586453248454658&quot;,&quot;retweet_count&quot;:13,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3926,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2214,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55416,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[61,68],&quot;text&quot;:&quot;Durban&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/rpTIzn&quot;,&quot;indices&quot;:[114,134],&quot;url&quot;:&quot;http:\/\/t.co\/yuJBzP7C&quot;,&quot;display_url&quot;:&quot;bit.ly\/rpTIzn&quot;}]},&quot;place&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;:146586453248454658,&quot;created_at&quot;:&quot;Tue Dec 13 13:45:08 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;MPs question Secretary of State Chris Huhne on outcomes from #Durban Climate Change Conference. Watch from 2.15pm http:\/\/t.co\/yuJBzP7C&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">MPs question Secretary of State Chris Huhne on outcomes from <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23Durban" title="#Durban" class="tweet-url twitter-hashtag" rel="nofollow">#Durban</a> Climate Change Conference. Watch from 2.15pm <a data-expanded-url="http://bit.ly/rpTIzn" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/yuJBzP7C" rel="nofollow" class="twitter-timeline-link">bit.ly/rpTIzn</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146586453248454658" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Dec 13 13:45:08 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146586453248454658"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146582721358082048" data-item-type="tweet" id="stream-item-tweet-146582721358082048"> <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="146582721358082048" data-item-id="146582721358082048" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146582721358082048&quot;,&quot;retweet_count&quot;:2,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3930,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;default_profile&quot;:false,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55428,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Ministry of Justice&quot;,&quot;id_str&quot;:&quot;40015678&quot;,&quot;indices&quot;:[122,131],&quot;screen_name&quot;:&quot;MoJGovUK&quot;,&quot;id&quot;:40015678}],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/toDTg9&quot;,&quot;indices&quot;:[101,121],&quot;url&quot;:&quot;http:\/\/t.co\/AyMorDNo&quot;,&quot;display_url&quot;:&quot;bit.ly\/toDTg9&quot;}]},&quot;place&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;:146582721358082048,&quot;created_at&quot;:&quot;Tue Dec 13 13:30:18 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Ministry of Justice Ministers answer questions in the Commons this afternoon. Watch live from 2.30pm http:\/\/t.co\/AyMorDNo @MoJGovUK&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Ministry of Justice Ministers answer questions in the Commons this afternoon. Watch live from 2.30pm <a data-expanded-url="http://bit.ly/toDTg9" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/AyMorDNo" rel="nofollow" class="twitter-timeline-link">bit.ly/toDTg9</a> @<a class="tweet-url twitter-atreply" href="/web/20111214120024/http://twitter.com/#!/MoJGovUK" rel="nofollow">MoJGovUK</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146582721358082048" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Dec 13 13:30:18 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146582721358082048"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146543644818669568" data-item-type="tweet" id="stream-item-tweet-146543644818669568"> <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="146543644818669568" data-item-id="146543644818669568" data-retweet-id="146547519000809472" data-screen-name="UKHouseofLords" data-user-id="348974190" data-status="{&quot;retweeted_status&quot;:{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146543644818669568&quot;,&quot;retweet_count&quot;:7,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;name&quot;:&quot;House of Lords&quot;,&quot;id_str&quot;:&quot;348974190&quot;,&quot;statuses_count&quot;:675,&quot;verified&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/341912103\/backdrop-4.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/341912103\/backdrop-4.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0084B4&quot;,&quot;description&quot;:&quot;News &amp; information from the UK Parliament\u2019s upper house. Produced by its staff to show how the Lords checks and challenges the UK government.&quot;,&quot;location&quot;:&quot;London, United Kingdom&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/lords&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1575010644\/avatar8_normal.jpg&quot;,&quot;listed_count&quot;:121,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:4713,&quot;profile_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_images\/1575010644\/avatar8_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKHouseofLords&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;f8f8f8&quot;,&quot;created_at&quot;:&quot;Fri Aug 05 09:38:33 +0000 2011&quot;,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id&quot;:348974190,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1049},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[35,46],&quot;text&quot;:&quot;NHSreforms&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/vG9RF0&quot;,&quot;indices&quot;:[104,124],&quot;url&quot;:&quot;http:\/\/t.co\/aNuPZYOv&quot;,&quot;display_url&quot;:&quot;bit.ly\/vG9RF0&quot;}]},&quot;place&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;:146543644818669568,&quot;created_at&quot;:&quot;Tue Dec 13 10:55:02 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Lords start the day with debate on #NHSreforms inc child and adult social improvements. Watch from 11am http:\/\/t.co\/aNuPZYOv&quot;},&quot;geo&quot;:null,&quot;truncated&quot;:true,&quot;id_str&quot;:&quot;146547519000809472&quot;,&quot;retweet_count&quot;:7,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3930,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55451,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[55,66],&quot;text&quot;:&quot;NHSreforms&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;House of Lords&quot;,&quot;id_str&quot;:&quot;348974190&quot;,&quot;indices&quot;:[3,18],&quot;screen_name&quot;:&quot;UKHouseofLords&quot;,&quot;id&quot;:348974190}],&quot;urls&quot;:[{&quot;expanded_url&quot;:null,&quot;indices&quot;:[124,136],&quot;url&quot;:&quot;http:\/\/t.co\/&quot;}]},&quot;place&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:146547519000809472,&quot;created_at&quot;:&quot;Tue Dec 13 11:10:25 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;RT @UKHouseofLords: Lords start the day with debate on #NHSreforms inc child and adult social improvements. Watch from 11am http:\/\/t.co\/ ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a2.twimg.com/profile_images/1575010644/avatar8_normal.jpg" alt="House of Lords" class="user-profile-link js-action-profile-avatar" data-user-id="348974190"/> </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="348974190" href="/web/20111214120024/http://twitter.com/UKHouseofLords" title="House of Lords">UKHouseofLords</a> <span class="tweet-full-name">House of Lords</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">Lords start the day with debate on <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23NHSreforms" title="#NHSreforms" class="tweet-url twitter-hashtag" rel="nofollow">#NHSreforms</a> inc child and adult social improvements. Watch from 11am <a data-expanded-url="http://bit.ly/vG9RF0" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/aNuPZYOv" rel="nofollow" class="twitter-timeline-link">bit.ly/vG9RF0</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146547519000809472" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Dec 13 10:55:02 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146543644818669568"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146532320793468928" data-item-type="tweet" id="stream-item-tweet-146532320793468928"> <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="146532320793468928" data-item-id="146532320793468928" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146532320793468928&quot;,&quot;retweet_count&quot;:1,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3931,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55455,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;ICAI &quot;,&quot;id_str&quot;:&quot;229112386&quot;,&quot;indices&quot;:[82,90],&quot;screen_name&quot;:&quot;icai_uk&quot;,&quot;id&quot;:229112386}],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/vXcYIg&quot;,&quot;indices&quot;:[115,135],&quot;url&quot;:&quot;http:\/\/t.co\/mhnJK7x1&quot;,&quot;display_url&quot;:&quot;bit.ly\/vXcYIg&quot;}]},&quot;place&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;:146532320793468928,&quot;created_at&quot;:&quot;Tue Dec 13 10:10:02 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Committee takes evidence on the work of the Independent Commission for Aid Impact @icai_uk Watch live from 10.30am http:\/\/t.co\/mhnJK7x1&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Committee takes evidence on the work of the Independent Commission for Aid Impact @<a class="tweet-url twitter-atreply" href="/web/20111214120024/http://twitter.com/#!/icai_uk" rel="nofollow">icai_uk</a> Watch live from 10.30am <a data-expanded-url="http://bit.ly/vXcYIg" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/mhnJK7x1" rel="nofollow" class="twitter-timeline-link">bit.ly/vXcYIg</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146532320793468928" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Dec 13 10:10:02 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146532320793468928"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146529849257885696" data-item-type="tweet" id="stream-item-tweet-146529849257885696"> <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="146529849257885696" data-item-id="146529849257885696" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146529849257885696&quot;,&quot;retweet_count&quot;:1,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3930,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55452,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/u2hBbE&quot;,&quot;indices&quot;:[112,132],&quot;url&quot;:&quot;http:\/\/t.co\/yPyKa1BX&quot;,&quot;display_url&quot;:&quot;bit.ly\/u2hBbE&quot;}]},&quot;place&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;:146529849257885696,&quot;created_at&quot;:&quot;Tue Dec 13 10:00:13 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;MPs take evidence on debt management from witnesses including Minister Edward Davey MP. Watch live from 10.30am http:\/\/t.co\/yPyKa1BX&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">MPs take evidence on debt management from witnesses including Minister Edward Davey MP. Watch live from 10.30am <a data-expanded-url="http://bit.ly/u2hBbE" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/yPyKa1BX" rel="nofollow" class="twitter-timeline-link">bit.ly/u2hBbE</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146529849257885696" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Dec 13 10:00:13 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146529849257885696"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146522285455589378" data-item-type="tweet" id="stream-item-tweet-146522285455589378"> <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="146522285455589378" data-item-id="146522285455589378" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146522285455589378&quot;,&quot;retweet_count&quot;:1,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3927,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2214,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55424,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/vuCWQh&quot;,&quot;indices&quot;:[110,130],&quot;url&quot;:&quot;http:\/\/t.co\/Q1mW9pS1&quot;,&quot;display_url&quot;:&quot;bit.ly\/vuCWQh&quot;}]},&quot;place&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;:146522285455589378,&quot;created_at&quot;:&quot;Tue Dec 13 09:30:09 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Commons Education Committee\u2019s child protection inquiry examines intervention thresholds. Watch live from 10am http:\/\/t.co\/Q1mW9pS1&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Commons Education Committee鈥檚 child protection inquiry examines intervention thresholds. Watch live from 10am <a data-expanded-url="http://bit.ly/vuCWQh" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/Q1mW9pS1" rel="nofollow" class="twitter-timeline-link">bit.ly/vuCWQh</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146522285455589378" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Dec 13 09:30:09 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146522285455589378"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146273174106030081" data-item-type="tweet" id="stream-item-tweet-146273174106030081"> <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="146273174106030081" data-item-id="146273174106030081" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146273174106030081&quot;,&quot;retweet_count&quot;:2,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3931,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55460,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;default_profile&quot;:false,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[47,54],&quot;text&quot;:&quot;Durban&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/uYI5xq&quot;,&quot;indices&quot;:[112,132],&quot;url&quot;:&quot;http:\/\/t.co\/mYZt8EeR&quot;,&quot;display_url&quot;:&quot;bit.ly\/uYI5xq&quot;}]},&quot;place&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;:146273174106030081,&quot;created_at&quot;:&quot;Mon Dec 12 17:00:16 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Statement in the Commons this afternoon on the #Durban Climate Change Conference. Watch live from around 5.30pm http:\/\/t.co\/mYZt8EeR&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Statement in the Commons this afternoon on the <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23Durban" title="#Durban" class="tweet-url twitter-hashtag" rel="nofollow">#Durban</a> Climate Change Conference. Watch live from around 5.30pm <a data-expanded-url="http://bit.ly/uYI5xq" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/mYZt8EeR" rel="nofollow" class="twitter-timeline-link">bit.ly/uYI5xq</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146273174106030081" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Mon Dec 12 17:00:16 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146273174106030081"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146267841253998593" data-item-type="tweet" id="stream-item-tweet-146267841253998593"> <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="146267841253998593" data-item-id="146267841253998593" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146267841253998593&quot;,&quot;retweet_count&quot;:3,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:true,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3927,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2214,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55422,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;The Guardian&quot;,&quot;id_str&quot;:&quot;87818409&quot;,&quot;indices&quot;:[64,73],&quot;screen_name&quot;:&quot;guardian&quot;,&quot;id&quot;:87818409}],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/tNhfU9&quot;,&quot;indices&quot;:[118,138],&quot;url&quot;:&quot;http:\/\/t.co\/ffPQjivQ&quot;,&quot;display_url&quot;:&quot;bit.ly\/tNhfU9&quot;}]},&quot;place&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;:146267841253998593,&quot;created_at&quot;:&quot;Mon Dec 12 16:39:05 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Joan Walley, Chair of Environmental Audit Cmttee taking part in @Guardian live web chat tomorrow. Post questions here http:\/\/t.co\/ffPQjivQ&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Joan Walley, Chair of Environmental Audit Cmttee taking part in @<a class="tweet-url twitter-atreply" href="/web/20111214120024/http://twitter.com/#!/Guardian" rel="nofollow">Guardian</a> live web chat tomorrow. Post questions here <a data-expanded-url="http://bit.ly/tNhfU9" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/ffPQjivQ" rel="nofollow" class="twitter-timeline-link">bit.ly/tNhfU9</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146267841253998593" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Mon Dec 12 16:39:05 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146267841253998593"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146254097513857025" data-item-type="tweet" id="stream-item-tweet-146254097513857025"> <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="146254097513857025" data-item-id="146254097513857025" data-retweet-id="146260853371580416" data-screen-name="UKHouseofLords" data-user-id="348974190" data-status="{&quot;retweeted_status&quot;:{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146254097513857025&quot;,&quot;retweet_count&quot;:15,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;name&quot;:&quot;House of Lords&quot;,&quot;id_str&quot;:&quot;348974190&quot;,&quot;statuses_count&quot;:675,&quot;verified&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/341912103\/backdrop-4.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_background_images\/341912103\/backdrop-4.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0084B4&quot;,&quot;description&quot;:&quot;News &amp; information from the UK Parliament\u2019s upper house. Produced by its staff to show how the Lords checks and challenges the UK government.&quot;,&quot;location&quot;:&quot;London, United Kingdom&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/lords&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1575010644\/avatar8_normal.jpg&quot;,&quot;listed_count&quot;:121,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:4714,&quot;profile_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_images\/1575010644\/avatar8_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKHouseofLords&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;f8f8f8&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Fri Aug 05 09:38:33 +0000 2011&quot;,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;id&quot;:348974190,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1049},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[135,139],&quot;text&quot;:&quot;wrb&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/vZbPEW&quot;,&quot;indices&quot;:[114,134],&quot;url&quot;:&quot;http:\/\/t.co\/LkBSq6e0&quot;,&quot;display_url&quot;:&quot;bit.ly\/vZbPEW&quot;}]},&quot;place&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;:146254097513857025,&quot;created_at&quot;:&quot;Mon Dec 12 15:44:28 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Peers debate support for disabled children &amp; more as line by line scrutiny of Welfare Reform Bill continues today http:\/\/t.co\/LkBSq6e0 #wrb&quot;},&quot;geo&quot;:null,&quot;truncated&quot;:true,&quot;id_str&quot;:&quot;146260853371580416&quot;,&quot;retweet_count&quot;:15,&quot;favorited&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3929,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55424,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;default_profile&quot;:false,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;House of Lords&quot;,&quot;id_str&quot;:&quot;348974190&quot;,&quot;indices&quot;:[3,18],&quot;screen_name&quot;:&quot;UKHouseofLords&quot;,&quot;id&quot;:348974190}],&quot;urls&quot;:[]},&quot;place&quot;:null,&quot;source&quot;:&quot;web&quot;,&quot;id&quot;:146260853371580416,&quot;created_at&quot;:&quot;Mon Dec 12 16:11:19 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;RT @UKHouseofLords: Peers debate support for disabled children &amp; more as line by line scrutiny of Welfare Reform Bill continues today ht ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a2.twimg.com/profile_images/1575010644/avatar8_normal.jpg" alt="House of Lords" class="user-profile-link js-action-profile-avatar" data-user-id="348974190"/> </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="348974190" href="/web/20111214120024/http://twitter.com/UKHouseofLords" title="House of Lords">UKHouseofLords</a> <span class="tweet-full-name">House of Lords</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">Peers debate support for disabled children &amp; more as line by line scrutiny of Welfare Reform Bill continues today <a data-expanded-url="http://bit.ly/vZbPEW" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/LkBSq6e0" rel="nofollow" class="twitter-timeline-link">bit.ly/vZbPEW</a> <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23wrb" title="#wrb" class="tweet-url twitter-hashtag" rel="nofollow">#wrb</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146260853371580416" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Mon Dec 12 15:44:28 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146254097513857025"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="146259353819824128" data-item-type="tweet" id="stream-item-tweet-146259353819824128"> <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="146259353819824128" data-item-id="146259353819824128" data-screen-name="UKParliament" data-user-id="6467332" data-status="{&quot;geo&quot;:null,&quot;truncated&quot;:false,&quot;id_str&quot;:&quot;146259353819824128&quot;,&quot;retweet_count&quot;:0,&quot;favorited&quot;:false,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_screen_name&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_status_id_str&quot;:null,&quot;user&quot;:{&quot;profile_use_background_image&quot;:true,&quot;protected&quot;:false,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;geo_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;000000&quot;,&quot;name&quot;:&quot;UK Parliament&quot;,&quot;id_str&quot;:&quot;6467332&quot;,&quot;statuses_count&quot;:3930,&quot;verified&quot;:true,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/2604515\/twitback.jpg&quot;,&quot;favourites_count&quot;:0,&quot;show_all_inline_media&quot;:false,&quot;utc_offset&quot;:0,&quot;profile_link_color&quot;:&quot;0000ff&quot;,&quot;description&quot;:&quot;Keeping an eye on government, debating laws, approving taxes. This official Twitter feed is produced by the web team in Parliament.&quot;,&quot;location&quot;:&quot;Westminster, London&quot;,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_background_color&quot;:&quot;000000&quot;,&quot;url&quot;:&quot;http:\/\/www.parliament.uk\/&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;default_profile&quot;:false,&quot;listed_count&quot;:2213,&quot;contributors_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_tile&quot;:false,&quot;followers_count&quot;:55443,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/60328860\/2764399629_6088b41a65_normal.jpg&quot;,&quot;screen_name&quot;:&quot;UKParliament&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_sidebar_fill_color&quot;:&quot;e0ff92&quot;,&quot;created_at&quot;:&quot;Thu May 31 10:01:02 +0000 2007&quot;,&quot;profile_sidebar_border_color&quot;:&quot;87bc44&quot;,&quot;id&quot;:6467332,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:11248},&quot;coordinates&quot;:null,&quot;retweeted&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;entities&quot;:{&quot;hashtags&quot;:[{&quot;indices&quot;:[67,71],&quot;text&quot;:&quot;FSA&quot;},{&quot;indices&quot;:[132,136],&quot;text&quot;:&quot;RBS&quot;}],&quot;user_mentions&quot;:[],&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/uYI5xq&quot;,&quot;indices&quot;:[111,131],&quot;url&quot;:&quot;http:\/\/t.co\/mYZt8EeR&quot;,&quot;display_url&quot;:&quot;bit.ly\/uYI5xq&quot;}]},&quot;place&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;:146259353819824128,&quot;created_at&quot;:&quot;Mon Dec 12 16:05:21 +0000 2011&quot;,&quot;contributors&quot;:null,&quot;in_reply_to_status_id&quot;:null,&quot;text&quot;:&quot;Statement in the Commons this afternoon on Royal Bank of Scotland (#FSA Report). Watch live from around 4.30pm http:\/\/t.co\/mYZt8EeR #RBS&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" class="user-profile-link js-action-profile-avatar" data-user-id="6467332"/> </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="6467332" href="/web/20111214120024/http://twitter.com/UKParliament" title="UK Parliament">UKParliament</a> <span class="tweet-full-name">UK Parliament</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">Statement in the Commons this afternoon on Royal Bank of Scotland (<a href="/web/20111214120024/http://twitter.com/#!/search?q=%23FSA" title="#FSA" class="tweet-url twitter-hashtag" rel="nofollow">#FSA</a> Report). Watch live from around 4.30pm <a data-expanded-url="http://bit.ly/uYI5xq" class="twitter-timeline-link" href="https://web.archive.org/web/20111214120024/http://t.co/mYZt8EeR" rel="nofollow" class="twitter-timeline-link">bit.ly/uYI5xq</a> <a href="/web/20111214120024/http://twitter.com/#!/search?q=%23RBS" title="#RBS" class="tweet-url twitter-hashtag" rel="nofollow">#RBS</a></div> </div> <div class="tweet-row"> <a href="/web/20111214120024/http://twitter.com/#!/UKParliament/status/146259353819824128" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Mon Dec 12 16:05:21 +0000 2011" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="146259353819824128"> </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="https://web.archive.org/web/20111214120024im_/http://a0.twimg.com/profile_images/60328860/2764399629_6088b41a65_normal.jpg" alt="UK Parliament" width="24" class="profile-dashboard"/>About @UKParliament</h2> </div> <ul class="user-stats clearfix"> <li><a class="user-stats-count user-stats-tweets" href="/web/20111214120024/http://twitter.com/UKParliament">3,931<span class="user-stats-stat">Tweets</span></a></li> <li><a class="user-stats-count user-stats-following" href="/web/20111214120024/http://twitter.com/UKParliament/#/following">11,248<span class="user-stats-stat">Following</span></a></li> <li><a class="user-stats-count user-stats-followers" href="/web/20111214120024/http://twitter.com/UKParliament/#/followers">55,462<span class="user-stats-stat">Followers</span></a></li> <li><a class="user-stats-count user-stats-listed" href="/web/20111214120024/http://twitter.com/UKParliament/#/lists/memberships">2,213<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/20111214120024/http://twitter.com/about">About</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20111214120024/http://support.twitter.com/">Help</a><span class="dot divider"> &middot;</span></li> <li><a href="https://web.archive.org/web/20111214120024/http://blog.twitter.com/">Blog</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20111214120024/http://twitter.com/download">Mobile</a><span class="dot divider"> &middot;</span></li> <li><a href="https://web.archive.org/web/20111214120024/http://status.twitter.com/">Status</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20111214120024/http://twitter.com/jobs">Jobs</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20111214120024/http://twitter.com/tos">Terms</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20111214120024/http://twitter.com/privacy">Privacy</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20111214120024/http://business.twitter.com/advertise/start">Advertisers</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20111214120024/http://business.twitter.com/">Businesses</a><span class="dot divider"> &middot;</span></li> <li><a href="https://web.archive.org/web/20111214120024/http://media.twitter.com/">Media</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20111214120024/http://dev.twitter.com/">Developers</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20111214120024/http://twitter.com/about/resources">Resources</a><span class="dot divider"> &middot;</span></li> <li><span class="copyright">&copy; 2011 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 = 'https://web.archive.org/web/20111214120024/http://a3.twimg.com/a/1323799153/'; using.path = 'https://web.archive.org/web/20111214120024/http://a1.twimg.com/a/1323799153/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 = '/' + 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="60px"})}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 = {"inline_bootstrap_data":false,"loadTimeoutInterval":10000,"setupDependencies":["\u003EallCurrentUserDataLoaded","\u003Erequest_cache_seeded","bundle\/phoenix-core","\u003ElanguageData"],"profiling":false,"disablePhoenix":false,"renderedOnServer":true,"sandboxes":{"jsonp":"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/a3.twimg.com\/a\/1323799153\/jsonp_sandbox.html","detailsPaneContent":"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/a0.twimg.com\/a\/1323799153\/details_pane_content_sandbox.html"},"twttr":{"bundleMore":"bundle\/phoenix-more","domains":{"remote":"api.twitter.com","local":"twitter.com","upload":"upload.twitter.com"},"placeDataPrefix":"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/geo.l3.twitter.com\/places\/autocomplete_places-","hosts":{"remote":"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/api.twitter.com","local":"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/twitter.com","upload":"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/upload.twitter.com"},"bundleCore":"bundle\/phoenix-core","remoteIP":"194.109.159.71","loggedIn":false,"expando":false,"requestFullCity":"nl,09,utrecht","isT1":false},"loadrunnerAssets":[{"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/a1.twimg.com\/b\/1\/bundle\/ie6-en-201112131036.js":["bundle\/ie6"],"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/a3.twimg.com\/b\/1\/bundle\/signup-en-201112131036.js":["bundle\/signup"],"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/a0.twimg.com\/b\/1\/bundle\/sandbox-en-201112131036.js":["bundle\/sandbox"],"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/a0.twimg.com\/b\/1\/bundle\/phoenix-more-en-201112131036.js":["bundle\/phoenix-more"],"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/a2.twimg.com\/b\/1\/bundle\/phoenix-core-en-201112131036.js":["bundle\/phoenix-core"]}],"assets":["bundle\/phoenix-core"],"pReceiverURL":"https:\/\/web.archive.org\/web\/20111214120024\/http:\/\/api.twitter.com\/receiver.html"}; 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 12:00:24 Dec 14, 2011 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:33:18 Feb 21, 2025. 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.529 exclusion.robots: 0.025 exclusion.robots.policy: 0.015 esindex: 0.011 cdx.remote: 10.63 LoadShardBlock: 130.636 (3) PetaboxLoader3.datanode: 123.864 (4) PetaboxLoader3.resolve: 159.116 (2) load_resource: 227.499 -->

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