CINXE.COM

Twitter

<!DOCTYPE html> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://twitter.com/OmnitureEMEA","20120210023616","https://web.archive.org/","web","/_static/", "1328841376"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Twitter</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"/> <meta name="description" content="Sign up for Twitter to follow Omniture EMEA (@OmnitureEMEA). Welcome to Omniture EMEA’s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues."/> <link rel="dns-prefetch" href="https://web.archive.org/web/20120210023616/http://a0.twimg.com/"/> <link rel="dns-prefetch" href="https://web.archive.org/web/20120210023616/http://a1.twimg.com/"/> <link rel="dns-prefetch" href="https://web.archive.org/web/20120210023616/http://a2.twimg.com/"/> <link rel="dns-prefetch" href="https://web.archive.org/web/20120210023616/http://a3.twimg.com/"/> <link rel="dns-prefetch" href="https://web.archive.org/web/20120210023616/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/20120210023616im_/http://twitter.com/phoenix/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <base href="https://web.archive.org/web/20120210023616/http://twitter.com/"/> <link rel="stylesheet" href="https://web.archive.org/web/20120210023616cs_/http://a2.twimg.com/a/1328812874/phoenix/css/phoenix_core_logged_out.bundle.css" type="text/css" media="screen"/> <link rel="canonical" href="https://web.archive.org/web/20120210023616/https://twitter.com/omnitureemea"/> <noscript> <meta http-equiv="refresh" content="0; URL=/web/20120210023616/http://twitter.com/OmnitureEMEA?_twitter_noscript=1"/> </noscript> <style id="user-style-OmnitureEMEA"> body.user-style-OmnitureEMEA { background-position: left 40px; background-attachment: fixed; background-repeat: no-repeat; background-color: #ffffff; color: #9e9e9e; } body.user-style-OmnitureEMEA a, body.user-style-OmnitureEMEA ul.stream-tabs li, body.user-style-OmnitureEMEA .component .promo strong, body.user-style-OmnitureEMEA .message-thread-preview:hover .message-count, body.user-style-OmnitureEMEA .list-membership-container li.create-a-list { color: #db0000; } body.user-style-OmnitureEMEA .stream-item:hover .tweet-screen-name, body.user-style-OmnitureEMEA .stream-item:hover .tweet-timestamp, body.user-style-OmnitureEMEA .stream-item:hover .tweet-geo-text, body.user-style-OmnitureEMEA .stream-item:hover .user-profile-link, body.user-style-OmnitureEMEA span.user-stat-link, body.user-style-OmnitureEMEA a.title-link:hover, body.user-style-OmnitureEMEA a.user-stats-count:hover span.user-stats-stat, body.user-style-OmnitureEMEA .dashboard .user-small-list-item:hover a.user-screen-name, body.user-style-OmnitureEMEA .dashboard .user-small-list-item:hover .user-meta a, body.user-style-OmnitureEMEA .user-detailed-list-item:hover a.user-screen-name, body.user-style-OmnitureEMEA .tweet-activity:hover a.latest-tweet-timestamp, body.user-style-OmnitureEMEA .stream-item:hover a.icon-link, body.user-style-OmnitureEMEA .stream-item:hover a.icon-link b, body.user-style-OmnitureEMEA .stream-item:hover .tweet-feedback, body.user-style-OmnitureEMEA .promoted-tweet:hover .social-context a, body.user-style-OmnitureEMEA .dashboard ul.trends li a:hover span.icon-link, body.user-style-OmnitureEMEA .dashboard-activity-item-sentence .dashboard-activity-item-entity, body.user-style-OmnitureEMEA .dashboard-activity-item-sentence .dashboard-activity-item-entity .user, body.user-style-OmnitureEMEA .dashboard-activity-item-sentence .dashboard-activity-item-count, body.user-style-OmnitureEMEA .dashboard-activity-item-link:hover .dashboard-activity-item-sentence, body.user-style-OmnitureEMEA .dashboard-activity-item-link:hover .dashboard-activity-item-sentence span.user, body.user-style-OmnitureEMEA .onebox-user-screen-name:hover { color: #db0000 !important; } body.user-style-OmnitureEMEA .expanding-stream-item:hover .tweet-screen-name { color: #333 !important; } body.user-style-OmnitureEMEA .expanding-stream-item:hover .tweet-timestamp { color: #999 !important; } body.user-style-OmnitureEMEA .hovered-stream-item, body.user-style-OmnitureEMEA .stream-item:hover, body.user-style-OmnitureEMEA #new-tweets-bar, body.user-style-OmnitureEMEA #new-tweets-bar:active { background-color: rgba(219,0,0,0.1); border-color: rgba(219,0,0,0.15); } body.user-style-OmnitureEMEA .expanding-stream-item:hover { border-top-color: transparent; border-bottom-color: #EBEBEB; } body.user-style-OmnitureEMEA #new-tweets-bar:hover { background-color: rgba(219,0,0,0.2); border-color: rgba(219,0,0,0.25); } body.user-style-OmnitureEMEA .dashboard .user-small-list-item .user-screen-name, body.user-style-OmnitureEMEA .profile-screenname, body.user-style-OmnitureEMEA .title-link, body.user-style-OmnitureEMEA div.latest-tweet .latest-tweet-timestamp, body.user-style-OmnitureEMEA div.truncated-tweet .latest-tweet-timestamp, body.user-style-OmnitureEMEA a.user-stats-count span.user-stats-stat, body.user-style-OmnitureEMEA .welcome-steps li .active a strong, body.user-style-OmnitureEMEA .dashboard-activity-item-sentence span.user { color: #9e9e9e; } body.user-style-OmnitureEMEA .dashboard .user-small-list-item .user-full-name, body.user-style-OmnitureEMEA span.trend-location, body.user-style-OmnitureEMEA .your-activity h3, body.user-style-OmnitureEMEA .trends-inner h3, body.user-style-OmnitureEMEA .dashboard .user-rec-inner h3, body.user-style-OmnitureEMEA .latest-tweet, body.user-style-OmnitureEMEA .truncated-tweet, body.user-style-OmnitureEMEA .latest-tweet a.latest-tweet-timestamp, body.user-style-OmnitureEMEA .truncated-tweet a.latest-tweet-timestamp, body.user-style-OmnitureEMEA .dashboard .user-small-list-item .user-meta, body.user-style-OmnitureEMEA .dashboard .user-small-list-item .user-meta a, body.user-style-OmnitureEMEA .dashboard .user-small-list-item .user-meta a s, body.user-style-OmnitureEMEA .social-context div, body.user-style-OmnitureEMEA .dashboard .dot, body.user-style-OmnitureEMEA .component .promo, body.user-style-OmnitureEMEA .component .promo a.definition, body.user-style-OmnitureEMEA .dashboard .user-small-list-item .dismiss, body.user-style-OmnitureEMEA .dashboard .user-small-list-item .ellip, body.user-style-OmnitureEMEA .facets-media-not-displayed .not-displayed-text, body.user-style-OmnitureEMEA .dashboard .copyright, body.user-style-OmnitureEMEA .dashboard .user-small-list-item a.icon-link, body.user-style-OmnitureEMEA .dashboard ul.trends li a span.icon-link, body.user-style-OmnitureEMEA .dashboard-activity-item-link, body.user-style-OmnitureEMEA .dashboard-activity-item-sentence { color: rgba(158,158,158,0.6); } body.user-style-OmnitureEMEA #page-container, body.user-style-OmnitureEMEA .user-sidebar-color, body.user-style-OmnitureEMEA .expando-container .dashboard { background: #383837; background: rgba(56,56,55,0.9); } body.user-style-OmnitureEMEA .activity:hover .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content, body.user-style-OmnitureEMEA .hovered-stream-item .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content, body.user-style-OmnitureEMEA .dashboard .stream-item-activity-network .activity-supplement .activity-item-tweet .activity-item-tweet-content { border-color: rgba(219,0,0,0.15) !important; } body.user-style-OmnitureEMEA .expanding-stream-item:hover a.twitter-atreply:hover, body.user-style-OmnitureEMEA .expanding-stream-item.open a.twitter-atreply, body.user-style-OmnitureEMEA .expanding-stream-item.colorful-links a.twitter-atreply, body.user-style-OmnitureEMEA .expanding-stream-item:hover a.twitter-hashtag:hover, body.user-style-OmnitureEMEA .expanding-stream-item.open a.twitter-hashtag, body.user-style-OmnitureEMEA .expanding-stream-item.colorful-links a.twitter-hashtag, body.user-style-OmnitureEMEA .expanding-stream-item:hover a.twitter-timeline-link:hover, body.user-style-OmnitureEMEA .expanding-stream-item.open a.twitter-timeline-link, body.user-style-OmnitureEMEA .expanding-stream-item.colorful-links a.twitter-timeline-link { color: #db0000 !important; } body.user-style-OmnitureEMEA s, body.user-style-OmnitureEMEA .pretty-link s { color: #E96666; } body.user-style-OmnitureEMEA .dashboard s, body.user-style-OmnitureEMEA .dashboard .pretty-link s, body.user-style-OmnitureEMEA .dashboard .user-small-list-item:hover .user-meta a s { color: #991616; } .profile-style-OmnitureEMEA a { color: #db0000 !important; } a:hover .geo-pin, body.user-style-OmnitureEMEA .stream-item:hover .geo-pin { background-color: #db0000; } </style> <style id="user-style-OmnitureEMEA-bg-img" class="js-user-style-bg-img"> body.user-style-OmnitureEMEA { background-image: url(https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_background_images/381238524/OmnitureEMEA-twitter-bg.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/20120210023616cs_/http://a0.twimg.com/a/1328812874/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/20120210023616/https://ssl":"https://web.archive.org/web/20120210023616/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-OmnitureEMEA 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/20120210023616/http://m.twitter.com/">mobile site</a>.</span> </div> </div> </div> </noscript> </div> <div id="top-bar-outer"> <div id="top-bar-bg"></div> <div id="top-bar"> <div class="top-bar-inside"> <div class="static-links"> <div id="logo"> <a href="/web/20120210023616/http://twitter.com/">Twitter</a> </div> <form id="search-form" class="js-search-form" action="/web/20120210023616/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/20120210023616/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/20120210023616/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/20120210023616/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/20120210023616/http://twitter.com/account/resend_password">Forgot password?</a><br/> <a class="mobile has-sms" href="/web/20120210023616/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;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:false,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;status&quot;:{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Thu Feb 09 13:20:22 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;167598714574225408&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:2,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:167598714574225408,&quot;text&quot;:&quot;Adobe's @smorris75 will be joining a panel on #social business next week: http:\/\/t.co\/cs8G7EXk Hope you can make it! #SMWLDN&quot;},&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:false,&quot;following&quot;:false,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;}" data-screen-name="OmnitureEMEA"> <div class="profile-info clearfix"> <div class="profile-image-container"> <a href="https://web.archive.org/web/20120210023616/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile.jpg" class="profile-picture" target="_blank"><img src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_reasonably_small.jpg" alt="Omniture EMEA"/></a> </div> <div class="profile-details"> <div class="full-name"> <h2>Omniture EMEA</h2> </div> <div class="screen-name-and-location"><span class="screen-name screen-name-OmnitureEMEA pill">@OmnitureEMEA</span> UK, EU, Middle East, Africa</div> <div class="bio">Welcome to Omniture EMEA’s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/OmnitureFC" rel="nofollow">OmnitureFC</a> or @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/OmnitureCare" rel="nofollow">OmnitureCare</a> for service issues.</div> <div class="url"><a target="_blank" rel="me nofollow" href="https://web.archive.org/web/20120210023616/http://blogs.omniture.com/">http://blogs.omniture.com</a></div> </div> </div> <div class="profile-actions-container " data-user-id="20249963"> <div class="component profile-actions-component"> <div class="profile-actions profile-actions-20249963 clearfix" data-user-id="20249963"> <div class="sms-follow"> <span class="icon"></span> Text <strong>follow OmnitureEMEA</strong> to <strong>40404</strong> in <a href="#" class="sms-codes-link">the United States</a> </div> <div class="buttons js-actionable-user" data-user-id="20249963"> </div> <div class="follow-state"> <div class="button profile-follow-button" data-user-id="20249963"> <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/20120210023616/http://twitter.com/OmnitureEMEA">Tweets</a> </li> <li class="stream-tab stream-tab-favorites "> <a class="tab-text" href="/web/20120210023616/http://twitter.com/OmnitureEMEA/#/favorites">Favorites</a> </li> <li class="stream-tab stream-tab-following "> <a class="tab-text" href="/web/20120210023616/http://twitter.com/OmnitureEMEA/#/following">Following</a> </li> <li class="stream-tab stream-tab-followers "> <a class="tab-text" href="/web/20120210023616/http://twitter.com/OmnitureEMEA/#/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="167598714574225408" data-item-type="tweet" id="stream-item-tweet-167598714574225408"> <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="167598714574225408" data-item-id="167598714574225408" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Thu Feb 09 13:20:22 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/m.socialmediaweek.org\/imps\/smw\/event.html?event_id=2025&quot;,&quot;display_url&quot;:&quot;m.socialmediaweek.org\/imps\/smw\/event\u2026&quot;,&quot;indices&quot;:[74,94],&quot;url&quot;:&quot;http:\/\/t.co\/cs8G7EXk&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Simon Morris&quot;,&quot;screen_name&quot;:&quot;smorris75&quot;,&quot;id_str&quot;:&quot;209290843&quot;,&quot;indices&quot;:[8,18],&quot;id&quot;:209290843}],&quot;hashtags&quot;:[{&quot;indices&quot;:[46,53],&quot;text&quot;:&quot;social&quot;},{&quot;indices&quot;:[117,124],&quot;text&quot;:&quot;SMWLDN&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;167598714574225408&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:2,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:167598714574225408,&quot;text&quot;:&quot;Adobe's @smorris75 will be joining a panel on #social business next week: http:\/\/t.co\/cs8G7EXk Hope you can make it! #SMWLDN&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Adobe's @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/smorris75" rel="nofollow">smorris75</a> will be joining a panel on <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23social" title="#social" class="tweet-url twitter-hashtag" rel="nofollow">#social</a> business next week: <a data-expanded-url="http://m.socialmediaweek.org/imps/smw/event.html?event_id=2025" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/cs8G7EXk" rel="nofollow" class="twitter-timeline-link">m.socialmediaweek.org/imps/smw/event…</a> Hope you can make it! <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23SMWLDN" title="#SMWLDN" class="tweet-url twitter-hashtag" rel="nofollow">#SMWLDN</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/167598714574225408" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 09 13:20:22 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="167598714574225408"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="167558399263903744" data-item-type="tweet" id="stream-item-tweet-167558399263903744"> <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="167558399263903744" data-item-id="167558399263903744" data-retweet-id="167567957256454147" data-screen-name="smorris75" data-user-id="209290843" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Thu Feb 09 11:18:08 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/socialmediaweek.org\/event\/?event_id=1833&quot;,&quot;display_url&quot;:&quot;socialmediaweek.org\/event\/?event_i\u2026&quot;,&quot;indices&quot;:[93,113],&quot;url&quot;:&quot;http:\/\/t.co\/YKJl1v30&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Simon Morris&quot;,&quot;screen_name&quot;:&quot;smorris75&quot;,&quot;id_str&quot;:&quot;209290843&quot;,&quot;indices&quot;:[3,13],&quot;id&quot;:209290843},{&quot;name&quot;:&quot;SocialMediaWeek LDN&quot;,&quot;screen_name&quot;:&quot;smwldn&quot;,&quot;id_str&quot;:&quot;97678817&quot;,&quot;indices&quot;:[118,125],&quot;id&quot;:97678817},{&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;indices&quot;:[126,139],&quot;id&quot;:20249963}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;167567957256454147&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted_status&quot;:{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Thu Feb 09 10:40:10 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/socialmediaweek.org\/event\/?event_id=1833&quot;,&quot;display_url&quot;:&quot;socialmediaweek.org\/event\/?event_i\u2026&quot;,&quot;indices&quot;:[78,98],&quot;url&quot;:&quot;http:\/\/t.co\/YKJl1v30&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;SocialMediaWeek LDN&quot;,&quot;screen_name&quot;:&quot;smwldn&quot;,&quot;id_str&quot;:&quot;97678817&quot;,&quot;indices&quot;:[103,110],&quot;id&quot;:97678817},{&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;indices&quot;:[111,124],&quot;id&quot;:20249963}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;167558399263903744&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:true,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Thu Oct 28 22:28:00 +0000 2010&quot;,&quot;followers_count&quot;:337,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_images\/1154613477\/2daa636_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Simon Morris&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:null,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1154613477\/2daa636_normal.jpg&quot;,&quot;statuses_count&quot;:1596,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;utc_offset&quot;:null,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;Director, Marketing EMEA \u2013 Digital Marketing @Adobe &amp; @OmnitureEMEA. Passionate about Customer Service, Arsenal &amp; my family!&quot;,&quot;screen_name&quot;:&quot;smorris75&quot;,&quot;id_str&quot;:&quot;209290843&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:257,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;location&quot;:&quot;UK&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:null,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;listed_count&quot;:15,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:209290843,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:1,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/twitter.com\/tweetbutton\&quot; rel=\&quot;nofollow\&quot;\u003ETweet Button\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:167558399263903744,&quot;text&quot;:&quot;It's going to be a sell out! OMN London and Adobe - Social Media Week Special http:\/\/t.co\/YKJl1v30 via @SMWLDN @omnitureEMEA&quot;},&quot;retweeted&quot;:false,&quot;retweet_count&quot;:1,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:167567957256454147,&quot;text&quot;:&quot;RT @smorris75: It's going to be a sell out! OMN London and Adobe - Social Media Week Special http:\/\/t.co\/YKJl1v30 via @SMWLDN @omnitureEMEA&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a2.twimg.com/profile_images/1154613477/2daa636_normal.jpg" alt="Simon Morris" class="user-profile-link js-action-profile-avatar" data-user-id="209290843"/> </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="209290843" href="/web/20120210023616/http://twitter.com/smorris75" title="Simon Morris">smorris75</a> <span class="tweet-full-name">Simon Morris</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">It's going to be a sell out! OMN London and Adobe - Social Media Week Special <a data-expanded-url="http://socialmediaweek.org/event/?event_id=1833" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/YKJl1v30" rel="nofollow" class="twitter-timeline-link">socialmediaweek.org/event/?event_i…</a> via @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/SMWLDN" rel="nofollow">SMWLDN</a> @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/omnitureEMEA" rel="nofollow">omnitureEMEA</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/167567957256454147" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 09 10:40:10 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="167558399263903744"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="167222147859746816" data-item-type="tweet" id="stream-item-tweet-167222147859746816"> <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="167222147859746816" data-item-id="167222147859746816" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Wed Feb 08 12:24:01 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/yqLGrn&quot;,&quot;display_url&quot;:&quot;bit.ly\/yqLGrn&quot;,&quot;indices&quot;:[69,89],&quot;url&quot;:&quot;http:\/\/t.co\/Bo12OObi&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Adobe PR Germany&quot;,&quot;screen_name&quot;:&quot;AdobePR_D&quot;,&quot;id_str&quot;:&quot;27622290&quot;,&quot;indices&quot;:[94,104],&quot;id&quot;:27622290}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;167222147859746816&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:0,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:167222147859746816,&quot;text&quot;:&quot;Whitepaper: Wie der Chief Marketing Officer den Umsatz steigern kann http:\/\/t.co\/Bo12OObi via @AdobePR_D&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Whitepaper: Wie der Chief Marketing Officer den Umsatz steigern kann <a data-expanded-url="http://bit.ly/yqLGrn" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/Bo12OObi" rel="nofollow" class="twitter-timeline-link">bit.ly/yqLGrn</a> via @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/AdobePR_D" rel="nofollow">AdobePR_D</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/167222147859746816" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 08 12:24:01 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="167222147859746816"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="167197734779097088" data-item-type="tweet" id="stream-item-tweet-167197734779097088"> <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="167197734779097088" data-item-id="167197734779097088" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Wed Feb 08 10:47:01 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/w09vhw&quot;,&quot;display_url&quot;:&quot;bit.ly\/w09vhw&quot;,&quot;indices&quot;:[108,128],&quot;url&quot;:&quot;http:\/\/t.co\/R3pp5nXB&quot;}],&quot;user_mentions&quot;:[],&quot;hashtags&quot;:[{&quot;indices&quot;:[99,106],&quot;text&quot;:&quot;mobile&quot;},{&quot;indices&quot;:[129,135],&quot;text&quot;:&quot;etail&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;167197734779097088&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:5,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:167197734779097088,&quot;text&quot;:&quot;78% of mobile users would use free wi-fi in-store if available. It's time for retailers to embrace #mobile: http:\/\/t.co\/R3pp5nXB #etail&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">78% of mobile users would use free wi-fi in-store if available. It's time for retailers to embrace <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23mobile" title="#mobile" class="tweet-url twitter-hashtag" rel="nofollow">#mobile</a>: <a data-expanded-url="http://bit.ly/w09vhw" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/R3pp5nXB" rel="nofollow" class="twitter-timeline-link">bit.ly/w09vhw</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23etail" title="#etail" class="tweet-url twitter-hashtag" rel="nofollow">#etail</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/167197734779097088" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 08 10:47:01 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="167197734779097088"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="167178358889791488" data-item-type="tweet" id="stream-item-tweet-167178358889791488"> <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="167178358889791488" data-item-id="167178358889791488" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Wed Feb 08 09:30:01 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/wSSqFf&quot;,&quot;display_url&quot;:&quot;bit.ly\/wSSqFf&quot;,&quot;indices&quot;:[46,66],&quot;url&quot;:&quot;http:\/\/t.co\/JMZoPTBb&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;CMO.com&quot;,&quot;screen_name&quot;:&quot;CMO_com&quot;,&quot;id_str&quot;:&quot;46768880&quot;,&quot;indices&quot;:[71,79],&quot;id&quot;:46768880}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;167178358889791488&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:0,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:167178358889791488,&quot;text&quot;:&quot;Winning Advertisers At The Social Super Bowl: http:\/\/t.co\/JMZoPTBb via @CMO_com&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Winning Advertisers At The Social Super Bowl: <a data-expanded-url="http://bit.ly/wSSqFf" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/JMZoPTBb" rel="nofollow" class="twitter-timeline-link">bit.ly/wSSqFf</a> via @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/CMO_com" rel="nofollow">CMO_com</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/167178358889791488" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 08 09:30:01 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="167178358889791488"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="166810370667839488" data-item-type="tweet" id="stream-item-tweet-166810370667839488"> <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="166810370667839488" data-item-id="166810370667839488" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Tue Feb 07 09:07:46 +0000 2012&quot;,&quot;entities&quot;:{&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Mike Quinn&quot;,&quot;screen_name&quot;:&quot;MikeQuinn&quot;,&quot;id_str&quot;:&quot;14727569&quot;,&quot;indices&quot;:[38,48],&quot;id&quot;:14727569}],&quot;hashtags&quot;:[{&quot;indices&quot;:[11,22],&quot;text&quot;:&quot;apadigital&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;166810370667839488&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:1,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:166810370667839488,&quot;text&quot;:&quot;Are you at #apadigital today? Adobe's @MikeQuinn is up first on using smart data to identify &amp; deliver the most engaging content&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Are you at <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23apadigital" title="#apadigital" class="tweet-url twitter-hashtag" rel="nofollow">#apadigital</a> today? Adobe's @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/MikeQuinn" rel="nofollow">MikeQuinn</a> is up first on using smart data to identify &amp; deliver the most engaging content</div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/166810370667839488" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Feb 07 09:07:46 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="166810370667839488"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="166579902429151232" data-item-type="tweet" id="stream-item-tweet-166579902429151232"> <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="166579902429151232" data-item-id="166579902429151232" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Mon Feb 06 17:51:58 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/yM3vcz&quot;,&quot;display_url&quot;:&quot;bit.ly\/yM3vcz&quot;,&quot;indices&quot;:[82,102],&quot;url&quot;:&quot;http:\/\/t.co\/fkKdYGjU&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Efficient Frontier&quot;,&quot;screen_name&quot;:&quot;efrontier&quot;,&quot;id_str&quot;:&quot;16549502&quot;,&quot;indices&quot;:[108,118],&quot;id&quot;:16549502}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;166579902429151232&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:0,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:166579902429151232,&quot;text&quot;:&quot;The Rise of Social ROI, the Decline of Offline Media and the Age of the Math Men: http:\/\/t.co\/fkKdYGjU via @efrontier&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">The Rise of Social ROI, the Decline of Offline Media and the Age of the Math Men: <a data-expanded-url="http://bit.ly/yM3vcz" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/fkKdYGjU" rel="nofollow" class="twitter-timeline-link">bit.ly/yM3vcz</a> via @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/efrontier" rel="nofollow">efrontier</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/166579902429151232" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Mon Feb 06 17:51:58 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="166579902429151232"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="166543033628770304" data-item-type="tweet" id="stream-item-tweet-166543033628770304"> <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="166543033628770304" data-item-id="166543033628770304" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Mon Feb 06 15:25:28 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/wp.me\/p28BiA-1G&quot;,&quot;display_url&quot;:&quot;wp.me\/p28BiA-1G&quot;,&quot;indices&quot;:[33,53],&quot;url&quot;:&quot;http:\/\/t.co\/ySypkS3M&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Jan '612' Exner&quot;,&quot;screen_name&quot;:&quot;jexnerOMTR&quot;,&quot;id_str&quot;:&quot;72855880&quot;,&quot;indices&quot;:[58,69],&quot;id&quot;:72855880}],&quot;hashtags&quot;:[{&quot;indices&quot;:[70,83],&quot;text&quot;:&quot;SiteCatalyst&quot;},{&quot;indices&quot;:[84,93],&quot;text&quot;:&quot;Omniture&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;166543033628770304&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2308,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:0,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:166543033628770304,&quot;text&quot;:&quot;Was bedeutet \&quot;Uniques Exceeded\&quot;? http:\/\/t.co\/ySypkS3M via @jexnerOMTR #SiteCatalyst #Omniture&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Was bedeutet "Uniques Exceeded"? <a data-expanded-url="http://wp.me/p28BiA-1G" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/ySypkS3M" rel="nofollow" class="twitter-timeline-link">wp.me/p28BiA-1G</a> via @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/jexnerOMTR" rel="nofollow">jexnerOMTR</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23SiteCatalyst" title="#SiteCatalyst" class="tweet-url twitter-hashtag" rel="nofollow">#SiteCatalyst</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23Omniture" title="#Omniture" class="tweet-url twitter-hashtag" rel="nofollow">#Omniture</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/166543033628770304" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Mon Feb 06 15:25:28 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="166543033628770304"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="166505071876648962" data-item-type="tweet" id="stream-item-tweet-166505071876648962"> <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="166505071876648962" data-item-id="166505071876648962" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Mon Feb 06 12:54:37 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/yZH2Ys&quot;,&quot;display_url&quot;:&quot;bit.ly\/yZH2Ys&quot;,&quot;indices&quot;:[67,87],&quot;url&quot;:&quot;http:\/\/t.co\/4doIdHJk&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Internet Retailing&quot;,&quot;screen_name&quot;:&quot;etail&quot;,&quot;id_str&quot;:&quot;15179257&quot;,&quot;indices&quot;:[92,98],&quot;id&quot;:15179257}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;166505071876648962&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:2,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:166505071876648962,&quot;text&quot;:&quot;Older shoppers power online spending, according to this new study: http:\/\/t.co\/4doIdHJk via @etail&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Older shoppers power online spending, according to this new study: <a data-expanded-url="http://bit.ly/yZH2Ys" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/4doIdHJk" rel="nofollow" class="twitter-timeline-link">bit.ly/yZH2Ys</a> via @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/etail" rel="nofollow">etail</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/166505071876648962" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Mon Feb 06 12:54:37 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="166505071876648962"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="165492428822941696" data-item-type="tweet" id="stream-item-tweet-165492428822941696"> <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="165492428822941696" data-item-id="165492428822941696" data-retweet-id="165492780452421633" data-screen-name="AdobeCareers" data-user-id="244264669" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Fri Feb 03 17:52:08 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:null,&quot;indices&quot;:[124,136],&quot;url&quot;:&quot;http:\/\/t.co\/&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Adobe Careers&quot;,&quot;screen_name&quot;:&quot;AdobeCareers&quot;,&quot;id_str&quot;:&quot;244264669&quot;,&quot;indices&quot;:[3,16],&quot;id&quot;:244264669},{&quot;name&quot;:&quot;Adobe Careers EMEA &quot;,&quot;screen_name&quot;:&quot;AdobeCareersEUR&quot;,&quot;id_str&quot;:&quot;259366628&quot;,&quot;indices&quot;:[30,46],&quot;id&quot;:259366628}],&quot;hashtags&quot;:[{&quot;indices&quot;:[18,29],&quot;text&quot;:&quot;Didyouknow&quot;},{&quot;indices&quot;:[69,76],&quot;text&quot;:&quot;career&quot;},{&quot;indices&quot;:[94,99],&quot;text&quot;:&quot;EMEA&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;165492780452421633&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted_status&quot;:{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Fri Feb 03 17:50:44 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/www.adobe.com\/careers&quot;,&quot;display_url&quot;:&quot;adobe.com\/careers&quot;,&quot;indices&quot;:[106,126],&quot;url&quot;:&quot;http:\/\/t.co\/suFrRlL4&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Adobe Careers EMEA &quot;,&quot;screen_name&quot;:&quot;AdobeCareersEUR&quot;,&quot;id_str&quot;:&quot;259366628&quot;,&quot;indices&quot;:[12,28],&quot;id&quot;:259366628}],&quot;hashtags&quot;:[{&quot;indices&quot;:[0,11],&quot;text&quot;:&quot;Didyouknow&quot;},{&quot;indices&quot;:[51,58],&quot;text&quot;:&quot;career&quot;},{&quot;indices&quot;:[76,81],&quot;text&quot;:&quot;EMEA&quot;},{&quot;indices&quot;:[127,132],&quot;text&quot;:&quot;jobs&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;165492428822941696&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Jan 28 22:42:17 +0000 2011&quot;,&quot;followers_count&quot;:1549,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1769344048\/adobe_twitter_logo_normal.png&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;131516&quot;,&quot;name&quot;:&quot;Adobe Careers&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;Pacific Time (US &amp; Canada)&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1769344048\/adobe_twitter_logo_normal.png&quot;,&quot;statuses_count&quot;:398,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/218486099\/Twitter_s_Adobe_Careers_6.JPG&quot;,&quot;utc_offset&quot;:-28800,&quot;profile_sidebar_fill_color&quot;:&quot;efefef&quot;,&quot;description&quot;:&quot;We believe in hiring the best. Come build a rewarding career with Adobe and see your ideas make an impact. Follow us for career opportunities around the globe.&quot;,&quot;screen_name&quot;:&quot;AdobeCareers&quot;,&quot;id_str&quot;:&quot;244264669&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:16,&quot;favourites_count&quot;:0,&quot;profile_sidebar_border_color&quot;:&quot;eeeeee&quot;,&quot;location&quot;:&quot;Global&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/adobe.com\/careers&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;listed_count&quot;:56,&quot;profile_background_image_url&quot;:&quot;http:\/\/a3.twimg.com\/profile_background_images\/218486099\/Twitter_s_Adobe_Careers_6.JPG&quot;,&quot;id&quot;:244264669,&quot;profile_link_color&quot;:&quot;009999&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:2,&quot;source&quot;:&quot;web&quot;,&quot;geo&quot;:null,&quot;id&quot;:165492428822941696,&quot;text&quot;:&quot;#Didyouknow @AdobeCareersEUR has latest updates on #career opportunities in #EMEA? Follow us and apply at http:\/\/t.co\/suFrRlL4 #jobs&quot;},&quot;retweeted&quot;:false,&quot;retweet_count&quot;:2,&quot;source&quot;:&quot;web&quot;,&quot;geo&quot;:null,&quot;id&quot;:165492780452421633,&quot;text&quot;:&quot;RT @AdobeCareers: #Didyouknow @AdobeCareersEUR has latest updates on #career opportunities in #EMEA? Follow us and apply at http:\/\/t.co\/ ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1769344048/adobe_twitter_logo_normal.png" alt="Adobe Careers" class="user-profile-link js-action-profile-avatar" data-user-id="244264669"/> </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="244264669" href="/web/20120210023616/http://twitter.com/AdobeCareers" title="Adobe Careers">AdobeCareers</a> <span class="tweet-full-name">Adobe Careers</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text"><a href="/web/20120210023616/http://twitter.com/#!/search?q=%23Didyouknow" title="#Didyouknow" class="tweet-url twitter-hashtag" rel="nofollow">#Didyouknow</a> @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/AdobeCareersEUR" rel="nofollow">AdobeCareersEUR</a> has latest updates on <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23career" title="#career" class="tweet-url twitter-hashtag" rel="nofollow">#career</a> opportunities in <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23EMEA" title="#EMEA" class="tweet-url twitter-hashtag" rel="nofollow">#EMEA</a>? Follow us and apply at <a data-expanded-url="http://www.adobe.com/careers" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/suFrRlL4" rel="nofollow" class="twitter-timeline-link">adobe.com/careers</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23jobs" title="#jobs" class="tweet-url twitter-hashtag" rel="nofollow">#jobs</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/165492780452421633" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Fri Feb 03 17:50:44 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="165492428822941696"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="165025626640760832" data-item-type="tweet" id="stream-item-tweet-165025626640760832"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="true" data-tweet-id="165025626640760832" data-item-id="165025626640760832" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:&quot;165023517337853953&quot;,&quot;created_at&quot;:&quot;Thu Feb 02 10:55:50 +0000 2012&quot;,&quot;entities&quot;:{&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Rich Hill&quot;,&quot;screen_name&quot;:&quot;mymaterich&quot;,&quot;id_str&quot;:&quot;12908912&quot;,&quot;indices&quot;:[0,11],&quot;id&quot;:12908912}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:&quot;12908912&quot;,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:12908912,&quot;in_reply_to_screen_name&quot;:&quot;mymaterich&quot;,&quot;id_str&quot;:&quot;165025626640760832&quot;,&quot;in_reply_to_status_id&quot;:165023517337853953,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:0,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:165025626640760832,&quot;text&quot;:&quot;@mymaterich Glad to hear it!&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="reply-icon icon js-reply-notice">@</span> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">@<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/mymaterich" rel="nofollow">mymaterich</a> Glad to hear it!</div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/165025626640760832" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 10:55:50 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="165025626640760832"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164996184023379968" data-item-type="tweet" id="stream-item-tweet-164996184023379968"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="true" data-tweet-id="164996184023379968" data-item-id="164996184023379968" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:&quot;164884949286125570&quot;,&quot;created_at&quot;:&quot;Thu Feb 02 08:58:50 +0000 2012&quot;,&quot;entities&quot;:{&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Rich Hill&quot;,&quot;screen_name&quot;:&quot;mymaterich&quot;,&quot;id_str&quot;:&quot;12908912&quot;,&quot;indices&quot;:[10,21],&quot;id&quot;:12908912}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:&quot;12908912&quot;,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:12908912,&quot;in_reply_to_screen_name&quot;:&quot;mymaterich&quot;,&quot;id_str&quot;:&quot;164996184023379968&quot;,&quot;in_reply_to_status_id&quot;:164884949286125570,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:0,&quot;source&quot;:&quot;web&quot;,&quot;geo&quot;:null,&quot;id&quot;:164996184023379968,&quot;text&quot;:&quot;Apologies @mymaterich. Please DM us your contact details and we'll ask them to get in touch ASAP.&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="reply-icon icon js-reply-notice">@</span> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">Apologies @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/mymaterich" rel="nofollow">mymaterich</a>. Please DM us your contact details and we'll ask them to get in touch ASAP.</div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164996184023379968" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 08:58:50 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164996184023379968"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164995778820059136" data-item-type="tweet" id="stream-item-tweet-164995778820059136"> <div class="more">&raquo;</div> <div class="stream-item-content tweet js-actionable-tweet js-stream-tweet stream-tweet " data-is-reply-to="true" data-tweet-id="164995778820059136" data-item-id="164995778820059136" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:&quot;164950891705806848&quot;,&quot;created_at&quot;:&quot;Thu Feb 02 08:57:13 +0000 2012&quot;,&quot;entities&quot;:{&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Team Mazero&quot;,&quot;screen_name&quot;:&quot;gomazero&quot;,&quot;id_str&quot;:&quot;223816652&quot;,&quot;indices&quot;:[0,9],&quot;id&quot;:223816652}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:&quot;223816652&quot;,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:223816652,&quot;in_reply_to_screen_name&quot;:&quot;gomazero&quot;,&quot;id_str&quot;:&quot;164995778820059136&quot;,&quot;in_reply_to_status_id&quot;:164950891705806848,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:0,&quot;source&quot;:&quot;web&quot;,&quot;geo&quot;:null,&quot;id&quot;:164995778820059136,&quot;text&quot;:&quot;@gomazero Hi there, DM us your contact details and we'll ask them to get in touch ASAP. Sorry about the delay.&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</span> </span> <div class="tweet-corner"> <div class="tweet-meta"> <span class="icons"> <div class="extra-icons"> <span class="reply-icon icon js-reply-notice">@</span> <span class="inlinemedia-icons js-icon-container"></span> </div> </span> </div> </div> </div> <div class="tweet-row"> <div class="tweet-text js-tweet-text">@<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/gomazero" rel="nofollow">gomazero</a> Hi there, DM us your contact details and we'll ask them to get in touch ASAP. Sorry about the delay.</div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164995778820059136" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Thu Feb 02 08:57:13 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164995778820059136"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164747360730226692" data-item-type="tweet" id="stream-item-tweet-164747360730226692"> <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="164747360730226692" data-item-id="164747360730226692" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Wed Feb 01 16:30:06 +0000 2012&quot;,&quot;entities&quot;:{&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Adobe&quot;,&quot;screen_name&quot;:&quot;AdobeFrance&quot;,&quot;id_str&quot;:&quot;47614318&quot;,&quot;indices&quot;:[78,90],&quot;id&quot;:47614318}],&quot;hashtags&quot;:[{&quot;indices&quot;:[91,107],&quot;text&quot;:&quot;futureofdigital&quot;},{&quot;indices&quot;:[108,125],&quot;text&quot;:&quot;digitalmarketing&quot;},{&quot;indices&quot;:[126,134],&quot;text&quot;:&quot;Adobefr&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164747360730226692&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:1,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:164747360730226692,&quot;text&quot;:&quot;Suivez le live tweet de la conf\u00e9rence Adobe Digital Marketing&amp;vous demain sur @AdobeFrance #futureofdigital #digitalmarketing #Adobefr&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Suivez le live tweet de la conférence Adobe Digital Marketing&vous; demain sur @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/AdobeFrance" rel="nofollow">AdobeFrance</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23futureofdigital" title="#futureofdigital" class="tweet-url twitter-hashtag" rel="nofollow">#futureofdigital</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23digitalmarketing" title="#digitalmarketing" class="tweet-url twitter-hashtag" rel="nofollow">#digitalmarketing</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23Adobefr" title="#Adobefr" class="tweet-url twitter-hashtag" rel="nofollow">#Adobefr</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164747360730226692" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 16:30:06 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164747360730226692"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164676015141027841" data-item-type="tweet" id="stream-item-tweet-164676015141027841"> <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="164676015141027841" data-item-id="164676015141027841" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Wed Feb 01 11:46:36 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/wxJgDb&quot;,&quot;display_url&quot;:&quot;bit.ly\/wxJgDb&quot;,&quot;indices&quot;:[110,130],&quot;url&quot;:&quot;http:\/\/t.co\/SBHkJpbi&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Mike Quinn&quot;,&quot;screen_name&quot;:&quot;MikeQuinn&quot;,&quot;id_str&quot;:&quot;14727569&quot;,&quot;indices&quot;:[28,38],&quot;id&quot;:14727569}],&quot;hashtags&quot;:[{&quot;indices&quot;:[12,22],&quot;text&quot;:&quot;commschat&quot;},{&quot;indices&quot;:[73,82],&quot;text&quot;:&quot;Facebook&quot;},{&quot;indices&quot;:[131,135],&quot;text&quot;:&quot;smm&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164676015141027841&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:0,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:164676015141027841,&quot;text&quot;:&quot;Did you see #commschat with @MikeQuinn on Mon, discussing monetising the #Facebook Like button? Catch up here http:\/\/t.co\/SBHkJpbi #smm&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Did you see <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23commschat" title="#commschat" class="tweet-url twitter-hashtag" rel="nofollow">#commschat</a> with @<a class="tweet-url twitter-atreply" href="/web/20120210023616/http://twitter.com/#!/MikeQuinn" rel="nofollow">MikeQuinn</a> on Mon, discussing monetising the <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23Facebook" title="#Facebook" class="tweet-url twitter-hashtag" rel="nofollow">#Facebook</a> Like button? Catch up here <a data-expanded-url="http://bit.ly/wxJgDb" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/SBHkJpbi" rel="nofollow" class="twitter-timeline-link">bit.ly/wxJgDb</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23smm" title="#smm" class="tweet-url twitter-hashtag" rel="nofollow">#smm</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164676015141027841" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 11:46:36 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164676015141027841"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164639750437871616" data-item-type="tweet" id="stream-item-tweet-164639750437871616"> <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="164639750437871616" data-item-id="164639750437871616" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Wed Feb 01 09:22:30 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/w2Znxa&quot;,&quot;display_url&quot;:&quot;bit.ly\/w2Znxa&quot;,&quot;indices&quot;:[107,127],&quot;url&quot;:&quot;http:\/\/t.co\/zujxaoaQ&quot;}],&quot;user_mentions&quot;:[],&quot;hashtags&quot;:[{&quot;indices&quot;:[21,31],&quot;text&quot;:&quot;OMNLondon&quot;},{&quot;indices&quot;:[128,135],&quot;text&quot;:&quot;SMWLDN&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164639750437871616&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:4,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:164639750437871616,&quot;text&quot;:&quot;We've teamed up with #OMNLondon for Social Media Week. Drinks on the HMS President, 16 Feb - come join us! http:\/\/t.co\/zujxaoaQ #SMWLDN&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">We've teamed up with <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23OMNLondon" title="#OMNLondon" class="tweet-url twitter-hashtag" rel="nofollow">#OMNLondon</a> for Social Media Week. Drinks on the HMS President, 16 Feb - come join us! <a data-expanded-url="http://bit.ly/w2Znxa" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/zujxaoaQ" rel="nofollow" class="twitter-timeline-link">bit.ly/w2Znxa</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23SMWLDN" title="#SMWLDN" class="tweet-url twitter-hashtag" rel="nofollow">#SMWLDN</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164639750437871616" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Wed Feb 01 09:22:30 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164639750437871616"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164335644313796608" data-item-type="tweet" id="stream-item-tweet-164335644313796608"> <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="164335644313796608" data-item-id="164335644313796608" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Tue Jan 31 13:14:05 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/linkd.in\/xMkbu0&quot;,&quot;display_url&quot;:&quot;linkd.in\/xMkbu0&quot;,&quot;indices&quot;:[108,128],&quot;url&quot;:&quot;http:\/\/t.co\/jbn3Ue5k&quot;}],&quot;user_mentions&quot;:[],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164335644313796608&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:9,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:164335644313796608,&quot;text&quot;:&quot;Are you an Adobe Digital Marketing customer in Europe? If so, connect with others passionate about digital: http:\/\/t.co\/jbn3Ue5k&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Are you an Adobe Digital Marketing customer in Europe? If so, connect with others passionate about digital: <a data-expanded-url="http://linkd.in/xMkbu0" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/jbn3Ue5k" rel="nofollow" class="twitter-timeline-link">linkd.in/xMkbu0</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164335644313796608" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Jan 31 13:14:05 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164335644313796608"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164319021871808513" data-item-type="tweet" id="stream-item-tweet-164319021871808513"> <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="164319021871808513" data-item-id="164319021871808513" data-retweet-id="164319359081263104" data-screen-name="smorris75" data-user-id="209290843" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Tue Jan 31 12:09:22 +0000 2012&quot;,&quot;entities&quot;:{&quot;urls&quot;:[],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;Simon Morris&quot;,&quot;screen_name&quot;:&quot;smorris75&quot;,&quot;id_str&quot;:&quot;209290843&quot;,&quot;indices&quot;:[3,13],&quot;id&quot;:209290843}],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164319359081263104&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted_status&quot;:{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Tue Jan 31 12:08:02 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/y9QdQm&quot;,&quot;display_url&quot;:&quot;bit.ly\/y9QdQm&quot;,&quot;indices&quot;:[119,139],&quot;url&quot;:&quot;http:\/\/t.co\/EXDuaD1O&quot;}],&quot;user_mentions&quot;:[],&quot;hashtags&quot;:[]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164319021871808513&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:true,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Thu Oct 28 22:28:00 +0000 2010&quot;,&quot;followers_count&quot;:337,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a2.twimg.com\/profile_images\/1154613477\/2daa636_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;Simon Morris&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:null,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1154613477\/2daa636_normal.jpg&quot;,&quot;statuses_count&quot;:1596,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;utc_offset&quot;:null,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;Director, Marketing EMEA \u2013 Digital Marketing @Adobe &amp; @OmnitureEMEA. Passionate about Customer Service, Arsenal &amp; my family!&quot;,&quot;screen_name&quot;:&quot;smorris75&quot;,&quot;id_str&quot;:&quot;209290843&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:257,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;location&quot;:&quot;UK&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:null,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;listed_count&quot;:15,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:209290843,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:2,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:164319021871808513,&quot;text&quot;:&quot;Proud that Adobe supports Econsultancy\u2019s 4th Innovation Awards. Recognizing innovation &amp; success in digital marketing http:\/\/t.co\/EXDuaD1O&quot;},&quot;retweeted&quot;:false,&quot;retweet_count&quot;:2,&quot;source&quot;:&quot;web&quot;,&quot;geo&quot;:null,&quot;id&quot;:164319359081263104,&quot;text&quot;:&quot;RT @smorris75: Proud that Adobe supports Econsultancy\u2019s 4th Innovation Awards. Recognizing innovation &amp; success in digital marketing ht ...&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a2.twimg.com/profile_images/1154613477/2daa636_normal.jpg" alt="Simon Morris" class="user-profile-link js-action-profile-avatar" data-user-id="209290843"/> </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="209290843" href="/web/20120210023616/http://twitter.com/smorris75" title="Simon Morris">smorris75</a> <span class="tweet-full-name">Simon Morris</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">Proud that Adobe supports Econsultancy’s 4th Innovation Awards. Recognizing innovation &amp; success in digital marketing <a data-expanded-url="http://bit.ly/y9QdQm" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/EXDuaD1O" rel="nofollow" class="twitter-timeline-link">bit.ly/y9QdQm</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164319359081263104" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Jan 31 12:08:02 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164319021871808513"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164088041084956672" data-item-type="tweet" id="stream-item-tweet-164088041084956672"> <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="164088041084956672" data-item-id="164088041084956672" data-retweet-id="164280189281509376" data-screen-name="bradrencher" data-user-id="186270143" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Tue Jan 31 09:33:43 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/tcrn.ch\/xfrR5P&quot;,&quot;display_url&quot;:&quot;tcrn.ch\/xfrR5P&quot;,&quot;indices&quot;:[71,91],&quot;url&quot;:&quot;http:\/\/t.co\/03lHxzNK&quot;}],&quot;user_mentions&quot;:[{&quot;name&quot;:&quot;brad&quot;,&quot;screen_name&quot;:&quot;bradrencher&quot;,&quot;id_str&quot;:&quot;186270143&quot;,&quot;indices&quot;:[3,15],&quot;id&quot;:186270143}],&quot;hashtags&quot;:[{&quot;indices&quot;:[92,108],&quot;text&quot;:&quot;futureofdigital&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164280189281509376&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted_status&quot;:{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Mon Jan 30 20:50:12 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/tcrn.ch\/xfrR5P&quot;,&quot;display_url&quot;:&quot;tcrn.ch\/xfrR5P&quot;,&quot;indices&quot;:[54,74],&quot;url&quot;:&quot;http:\/\/t.co\/03lHxzNK&quot;}],&quot;user_mentions&quot;:[],&quot;hashtags&quot;:[{&quot;indices&quot;:[75,91],&quot;text&quot;:&quot;futureofdigital&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164088041084956672&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:true,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Sep 03 00:42:46 +0000 2010&quot;,&quot;followers_count&quot;:1149,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1116149345\/bradrencherphohoto_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;C0DEED&quot;,&quot;name&quot;:&quot;brad&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:null,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1116149345\/bradrencherphohoto_normal.jpg&quot;,&quot;statuses_count&quot;:239,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;utc_offset&quot;:null,&quot;profile_sidebar_fill_color&quot;:&quot;DDEEF6&quot;,&quot;description&quot;:&quot;SVP at Adobe - digital marketing business. Fortunate to work with best customers anywhere and a team that is transforming the digital marketing space&quot;,&quot;screen_name&quot;:&quot;bradrencher&quot;,&quot;id_str&quot;:&quot;186270143&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:757,&quot;favourites_count&quot;:5,&quot;profile_sidebar_border_color&quot;:&quot;C0DEED&quot;,&quot;location&quot;:&quot;&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:null,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;333333&quot;,&quot;listed_count&quot;:45,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png&quot;,&quot;id&quot;:186270143,&quot;profile_link_color&quot;:&quot;0084B4&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:8,&quot;source&quot;:&quot;web&quot;,&quot;geo&quot;:null,&quot;id&quot;:164088041084956672,&quot;text&quot;:&quot;As data booms, so does the personalization revolution http:\/\/t.co\/03lHxzNK #futureofdigital&quot;},&quot;retweeted&quot;:false,&quot;retweet_count&quot;:8,&quot;source&quot;:&quot;web&quot;,&quot;geo&quot;:null,&quot;id&quot;:164280189281509376,&quot;text&quot;:&quot;RT @bradrencher: As data booms, so does the personalization revolution http:\/\/t.co\/03lHxzNK #futureofdigital&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1116149345/bradrencherphohoto_normal.jpg" alt="brad" class="user-profile-link js-action-profile-avatar" data-user-id="186270143"/> </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="186270143" href="/web/20120210023616/http://twitter.com/bradrencher" title="brad">bradrencher</a> <span class="tweet-full-name">brad</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">As data booms, so does the personalization revolution <a data-expanded-url="http://tcrn.ch/xfrR5P" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/03lHxzNK" rel="nofollow" class="twitter-timeline-link">tcrn.ch/xfrR5P</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23futureofdigital" title="#futureofdigital" class="tweet-url twitter-hashtag" rel="nofollow">#futureofdigital</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164280189281509376" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Mon Jan 30 20:50:12 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164088041084956672"> </span> </div> </div> </div> </div> <div class="js-stream-item stream-item" data-item-id="164276929397145600" data-item-type="tweet" id="stream-item-tweet-164276929397145600"> <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="164276929397145600" data-item-id="164276929397145600" data-screen-name="OmnitureEMEA" data-user-id="20249963" data-status="{&quot;in_reply_to_status_id_str&quot;:null,&quot;created_at&quot;:&quot;Tue Jan 31 09:20:46 +0000 2012&quot;,&quot;possibly_sensitive&quot;:false,&quot;entities&quot;:{&quot;urls&quot;:[{&quot;expanded_url&quot;:&quot;http:\/\/bit.ly\/wUwCET&quot;,&quot;display_url&quot;:&quot;bit.ly\/wUwCET&quot;,&quot;indices&quot;:[109,129],&quot;url&quot;:&quot;http:\/\/t.co\/VT5ojY5n&quot;}],&quot;user_mentions&quot;:[],&quot;hashtags&quot;:[{&quot;indices&quot;:[130,139],&quot;text&quot;:&quot;eprivacy&quot;}]},&quot;in_reply_to_user_id_str&quot;:null,&quot;place&quot;:null,&quot;in_reply_to_user_id&quot;:null,&quot;in_reply_to_screen_name&quot;:null,&quot;id_str&quot;:&quot;164276929397145600&quot;,&quot;in_reply_to_status_id&quot;:null,&quot;contributors&quot;:null,&quot;user&quot;:{&quot;default_profile&quot;:false,&quot;show_all_inline_media&quot;:false,&quot;created_at&quot;:&quot;Fri Feb 06 16:39:35 +0000 2009&quot;,&quot;followers_count&quot;:2307,&quot;protected&quot;:false,&quot;profile_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;lang&quot;:&quot;en&quot;,&quot;profile_background_color&quot;:&quot;ffffff&quot;,&quot;name&quot;:&quot;Omniture EMEA&quot;,&quot;profile_background_tile&quot;:false,&quot;time_zone&quot;:&quot;London&quot;,&quot;profile_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_images\/1375883723\/OmnitureEMEA-twitter-profile_normal.jpg&quot;,&quot;statuses_count&quot;:1585,&quot;geo_enabled&quot;:false,&quot;notifications&quot;:null,&quot;profile_background_image_url_https&quot;:&quot;https:\/\/si0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;utc_offset&quot;:0,&quot;profile_sidebar_fill_color&quot;:&quot;383837&quot;,&quot;description&quot;:&quot;Welcome to Omniture EMEA\u2019s twitter feed! Follow us for the latest Omniture news in Europe. Please reach out to @OmnitureFC or @OmnitureCare for service issues.&quot;,&quot;screen_name&quot;:&quot;OmnitureEMEA&quot;,&quot;id_str&quot;:&quot;20249963&quot;,&quot;default_profile_image&quot;:false,&quot;friends_count&quot;:1003,&quot;favourites_count&quot;:1,&quot;profile_sidebar_border_color&quot;:&quot;3b3b3b&quot;,&quot;location&quot;:&quot;UK, EU, Middle East, Africa&quot;,&quot;is_translator&quot;:false,&quot;follow_request_sent&quot;:null,&quot;following&quot;:null,&quot;verified&quot;:false,&quot;profile_use_background_image&quot;:true,&quot;url&quot;:&quot;http:\/\/blogs.omniture.com&quot;,&quot;contributors_enabled&quot;:false,&quot;profile_text_color&quot;:&quot;9e9e9e&quot;,&quot;listed_count&quot;:186,&quot;profile_background_image_url&quot;:&quot;http:\/\/a0.twimg.com\/profile_background_images\/381238524\/OmnitureEMEA-twitter-bg.jpg&quot;,&quot;id&quot;:20249963,&quot;profile_link_color&quot;:&quot;db0000&quot;},&quot;favorited&quot;:false,&quot;coordinates&quot;:null,&quot;truncated&quot;:false,&quot;retweeted&quot;:false,&quot;retweet_count&quot;:1,&quot;source&quot;:&quot;\u003Ca href=\&quot;http:\/\/www.tweetdeck.com\&quot; rel=\&quot;nofollow\&quot;\u003ETweetDeck\u003C\/a\u003E&quot;,&quot;geo&quot;:null,&quot;id&quot;:164276929397145600,&quot;text&quot;:&quot;Morning! Last day to take part in our short EU cookie law survey &amp; receive a free copy of the report in Feb: http:\/\/t.co\/VT5ojY5n #eprivacy&quot;}"> <div class="tweet-dogear"></div> <div class="tweet-image"> <img height="48" width="48" src="https://web.archive.org/web/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" class="user-profile-link js-action-profile-avatar" data-user-id="20249963"/> </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="20249963" href="/web/20120210023616/http://twitter.com/OmnitureEMEA" title="Omniture EMEA">OmnitureEMEA</a> <span class="tweet-full-name">Omniture EMEA</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">Morning! Last day to take part in our short EU cookie law survey &amp; receive a free copy of the report in Feb: <a data-expanded-url="http://bit.ly/wUwCET" class="twitter-timeline-link" href="https://web.archive.org/web/20120210023616/http://t.co/VT5ojY5n" rel="nofollow" class="twitter-timeline-link">bit.ly/wUwCET</a> <a href="/web/20120210023616/http://twitter.com/#!/search?q=%23eprivacy" title="#eprivacy" class="tweet-url twitter-hashtag" rel="nofollow">#eprivacy</a></div> </div> <div class="tweet-row"> <a href="/web/20120210023616/http://twitter.com/#!/OmnitureEMEA/status/164276929397145600" class="tweet-timestamp js-permalink"> <span class="_timestamp js-tweet-timestamp" title="" data-time="Tue Jan 31 09:20:46 +0000 2012" data-long-form="true">&nbsp;</span> </a> <span class="tweet-actions js-actions" data-tweet-id="164276929397145600"> </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/20120210023616im_/http://a0.twimg.com/profile_images/1375883723/OmnitureEMEA-twitter-profile_normal.jpg" alt="Omniture EMEA" width="24" class="profile-dashboard"/>About @OmnitureEMEA</h2> </div> <ul class="user-stats clearfix"> <li><a class="user-stats-count user-stats-tweets" href="/web/20120210023616/http://twitter.com/OmnitureEMEA">1,585<span class="user-stats-stat">Tweets</span></a></li> <li><a class="user-stats-count user-stats-following" href="/web/20120210023616/http://twitter.com/OmnitureEMEA/#/following">1,003<span class="user-stats-stat">Following</span></a></li> <li><a class="user-stats-count user-stats-followers" href="/web/20120210023616/http://twitter.com/OmnitureEMEA/#/followers">2,307<span class="user-stats-stat">Followers</span></a></li> <li><a class="user-stats-count user-stats-listed" href="/web/20120210023616/http://twitter.com/OmnitureEMEA/#/lists/memberships">186<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/20120210023616/http://twitter.com/about">About</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20120210023616/http://support.twitter.com/">Help</a><span class="dot divider"> &middot;</span></li> <li><a href="https://web.archive.org/web/20120210023616/http://blog.twitter.com/">Blog</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120210023616/http://twitter.com/download">Mobile</a><span class="dot divider"> &middot;</span></li> <li><a href="https://web.archive.org/web/20120210023616/http://status.twitter.com/">Status</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120210023616/http://twitter.com/jobs">Jobs</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120210023616/http://twitter.com/tos">Terms</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120210023616/http://twitter.com/privacy">Privacy</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20120210023616/http://business.twitter.com/en/advertise/start">Advertisers</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20120210023616/http://business.twitter.com/index_en.html">Businesses</a><span class="dot divider"> &middot;</span></li> <li><a href="https://web.archive.org/web/20120210023616/http://media.twitter.com/">Media</a><span class="dot divider"> &middot;</span></li> <li><a href="//web.archive.org/web/20120210023616/http://dev.twitter.com/">Developers</a><span class="dot divider"> &middot;</span></li> <li><a href="/web/20120210023616/http://twitter.com/about/resources">Resources</a><span class="dot divider"> &middot;</span></li> <li><span class="copyright">&copy; 2012 Twitter</span></li> </ul> </div> </div> </div> <div id="details-pane-outer"> <div class="details-pane-shell"> <div class="details-pane"> </div> </div> </div> </div> </div> </div> <div id="message-notifications"></div> </div> <div id="flash-message-storage" style="display:none"></div> <div id="flash-object-container"></div> <div id="off-screen-preload"> <div class="content-fe-sprites"></div> </div> <script type="text/javascript">WATCH('loadrunner', function() { (function(context,document){var useInteractive=context.attachEvent&&!context.opera,scripts=document.getElementsByTagName("script"),uuid=0,scriptTag,scriptTemplate=document.createElement("script"),scriptsInProgress={},modulesInProgress={},loadedModule,currentScript,activeScripts={},oldUsing=context.using,oldProvide=context.provide,oldDefine=context.define,oldLoadrunner=context.loadrunner,pausedScripts={};for(var i=0,s;s=scripts[i];i++){if(s.src.match(/loadrunner\.js(\?|#|$)/)){scriptTag=s;break}}function aug(target){for(var i=1,o;o=arguments[i];i++){for(var key in o){target[key]=o[key]}}return target}function makeArray(o){return Array.prototype.slice.call(o)}var isArray=Array.isArray||function(obj){return obj.constructor==Array};function indexOf(arr,thing){for(var i=0,item;item=arr[i];i++){if(thing==item){return i}}return -1}function path(){var parts=makeArray(arguments),normalized=[];for(var i=0,len=parts.length;i<len;i++){if(parts[i].length>0){normalized.push(parts[i].replace(/\/$/,""))}}return normalized.join("/")}function pushObjPath(obj,path,newobj){var names=path.split("/"),cursor=obj;while(names.length>1){var name=names.shift();cursor=cursor[name]=cursor[name]||{}}cursor[names[0]]=newobj}function Dependency(){}Dependency.prototype.then=function(cb){var dep=this;if(!this.started){this.started=true;this.start()}if(this.completed){cb.apply(context,this.results)}else{this.callbacks=this.callbacks||[];this.callbacks.push(cb)}return this};Dependency.prototype.start=function(){};Dependency.prototype.complete=function(){if(!this.completed){this.results=makeArray(arguments);this.completed=true;if(this.callbacks){for(var i=0,cb;cb=this.callbacks[i];i++){cb.apply(context,this.results)}}}};function Script(path,force){if(path){this.id=this.path=this.resolvePath(path)}this.force=!!force}Script.loaded=[];Script.times={};Script.prototype=new Dependency;Script.prototype.resolvePath=function(path){return whichBundle(path)};Script.prototype.start=function(){var me=this,dep,module;if(module=modulesInProgress[this.id]){module.then(function(){me.complete()});return this}if(dep=scriptsInProgress[this.id]){dep.then(function(){me.loaded()})}else{if(!this.force&&indexOf(Script.loaded,this.id)>-1){this.loaded()}else{this.load()}}return this};Script.prototype.createScriptTag=function(){var me=this,paused;scriptsInProgress[this.id]=me;if(paused=pausedScripts[this.path]){me.then(function(){for(var i=0,d;d=paused[i];i++){d.complete.apply(d,arguments)}})}this.times={start:new Date()};var script=scriptTemplate.cloneNode(false);this.scriptId=script.id="LR"+ ++uuid;script.type="text/javascript";script.async=true;script.onerror=function(){throw new Error(me.path+" not loaded")};script.onreadystatechange=script.onload=function(e){e=context.event||e;if(e.type=="load"||indexOf(["loaded","complete"],this.readyState)>-1){this.onreadystatechange=null;me.loaded()}};script.src=this.path;currentScript=this;scripts[0].parentNode.insertBefore(script,scripts[0]);currentScript=null;activeScripts[script.id]=this};Script.prototype.queueScript=function(){pausedScripts[this.path]=pausedScripts[this.path]||[];pausedScripts[this.path].push(this)};Script.prototype.load=function(force){if(using.autoLoad||force){this.createScriptTag()}else{this.queueScript()}return this};Script.prototype.loaded=function(){this.complete()};Script.prototype.complete=function(){if(indexOf(Script.loaded,this.id)==-1){Script.loaded.push(this.id)}if(this.times){Script.times[this.id]=aug(this.times,{end:new Date()})}delete scriptsInProgress[this.id];Dependency.prototype.complete.apply(this,arguments)};function Module(id,body){this.id=id;this.body=body;if(typeof body=="undefined"){this.path=this.resolvePath(id)}}Module.exports={};Module.prototype=new Script;Module.prototype.resolvePath=function(id){return(whichBundle(id)!=id)?whichBundle(id):path(using.path,id+".js")};Module.prototype.start=function(){var exports,module,me=this,oldCurrent;if(this.body){this.execute()}else{if(exports=Module.exports[this.id]){this.exp(exports)}else{if(module=modulesInProgress[this.id]){module.then(function(exports){me.exp(exports)})}else{modulesInProgress[this.id]=this;this.load()}}}};Module.prototype.loaded=function(){var module,exports,me=this;if(!useInteractive){module=loadedModule;loadedModule=null;module.id=module.id||this.id;module.then(function(exports){me.exp(exports)})}else{if(exports=Module.exports[this.id]){this.exp(exports)}else{if(module=modulesInProgress[this.id]){module.then(function(exports){me.exp(exports)})}}}};Module.prototype.complete=function(){delete modulesInProgress[this.id];Script.prototype.complete.apply(this,arguments)};Module.prototype.execute=function(){var me=this;if(typeof this.body=="object"){this.exp(this.body)}else{if(typeof this.body=="function"){this.body.apply(window,[function(exports){me.exp(exports)}])}}};Module.prototype.exp=function(exports){if(this.times){aug(this.times,{eval:new Date()})}this.complete(this.exports=Module.exports[this.id]=exports||{})};function flattenDeps(deps){var flat=[];for(var i=0,d;d=deps[i];i++){if(d instanceof Sequence){flat=flat.concat(flattenDeps(d.deps))}else{if(d instanceof Module){flat.push(d)}}}return flat}function Collection(deps){this.deps=deps;if(this.deps.length==0){this.complete()}}Collection.prototype=new Dependency;Collection.prototype.start=function(){var me=this;function depComplete(){var results=[];for(var i=0,d;d=me.deps[i];i++){if(!d.completed){return }if(d.results.length>0){results=results.concat(d.results)}}me.complete.apply(me,results)}for(var i=0,d;d=this.deps[i];i++){d.then(depComplete)}return this};Collection.prototype.load=function(){for(var i=0,d;d=this.deps[i];i++){if(d.load){d.load(true)}}return this};Collection.prototype.as=function(cb){var me=this;return this.then(function(){var flatDeps=flattenDeps(me.deps),obj={};for(var i=0,d;d=flatDeps[i];i++){pushObjPath(obj,d.id,arguments[i])}cb.apply(this,[obj].concat(makeArray(arguments)))})};function Sequence(deps){this.deps=deps}Sequence.prototype=new Dependency;Sequence.prototype.start=function(){var me=this,nextDep=0,allResults=[];(function next(){var dep=me.deps[nextDep++];if(dep){dep.then(function(results){if(dep.results.length>0){allResults=allResults.concat(dep.results)}next()})}else{me.complete.apply(me,allResults)}}());return this};Sequence.prototype.load=function(){var me=this,nextDep=0;(function next(){var dep=me.deps[nextDep++];if(dep&&dep.load){dep.load(true).then(function(){next()})}}());return this};function interactiveScript(){for(var i in scripts){if(scripts[i].readyState=="interactive"){return activeScripts[scripts[i].id]}}}function defineModule(name,body){var module;if(!name&&useInteractive){module=currentScript||interactiveScript()}if(module){delete activeScripts[module.scriptId];module.body=body;module.execute()}else{loadedModule=module=new Module(name,body);modulesInProgress[module.id]=module}return module}function provide(){var args=makeArray(arguments),name,body;if(typeof args[0]=="string"){name=args.shift()}body=args.shift();return defineModule(name,body)}function amdResolve(id,mod){var from=mod.id||"";var parts=from.split("/");parts.pop();var dir=parts.join("/");return id.replace(/^\./,dir)}function amdMap(args,mod){var mapped=[];function require(id){return Module.exports[amdResolve(id,mod)]}for(var i=0,len=args.length;i<len;i++){if(args[i]=="require"){mapped.push(require);continue}if(args[i]=="exports"){mod.exports=mod.exports||{};mapped.push(mod.exports);continue}mapped.push(require(args[i]))}return mapped}function amdDefine(){var args=makeArray(arguments),dependencies=[],id,factory;if(typeof args[0]=="string"){id=args.shift()}if(isArray(args[0])){dependencies=args.shift()}factory=args.shift();var mod=defineModule(id,function(exports){var mods=[];function executeAMD(){var args=amdMap(makeArray(dependencies),mod),exported;if(typeof factory=="function"){exported=factory.apply(mod,args)}else{exported=factory}if(typeof exported=="undefined"){exported=mod.exports}exports(exported)}for(var i=0,len=dependencies.length;i<len;i++){var d=dependencies[i];if(indexOf(["require","exports"],d)==-1){mods.push(amdResolve(d,mod))}}if(mods.length>0){using.apply(this,mods.concat(executeAMD))}else{executeAMD()}});return mod}amdDefine.amd={};function using(){var deps=makeArray(arguments),callback;if(typeof deps[deps.length-1]=="function"){callback=deps.pop()}var combi=new Collection(mapDependencies(deps));if(callback){combi.then(callback)}return combi}function mapDependencies(deps){var mapped=[];for(var i=0,dep;dep=deps[i];i++){if(typeof dep=="string"){dep=createDependency(dep)}if(isArray(dep)){dep=new Sequence(mapDependencies(dep))}mapped.push(dep)}return mapped}function createDependency(id){var m,dep;for(var i=0,matcher;matcher=using.matchers[i];i++){var regex=matcher[0],factory=matcher[1];if(m=id.match(regex)){return factory(id)}}throw new Error(id+" was not recognised by loader")}var loadrunner=function(f){return f(using,provide,loadrunner,amdDefine)};function noConflict(){context.using=oldUsing;context.provide=oldProvide;context.define=oldDefine;context.loadrunner=oldLoadrunner;return loadrunner}loadrunner.Script=Script;loadrunner.Module=Module;loadrunner.Collection=Collection;loadrunner.Sequence=Sequence;loadrunner.Dependency=Dependency;loadrunner.noConflict=noConflict;context.loadrunner=loadrunner;context.using=using;context.provide=provide;context.define=amdDefine;using.path="";using.autoLoad=true;using.bundles=[];var whichBundleMemo={};function whichBundle(id){if(typeof whichBundleMemo[id]!="undefined"){return whichBundleMemo[id]}for(var manifestId=0;manifestId<using.bundles.length;manifestId++){for(var bundleId in using.bundles[manifestId]){if(bundleId!=id&&indexOf(using.bundles[manifestId][bundleId],id)>-1){whichBundleMemo[id]=bundleId;return bundleId}}}whichBundleMemo[id]=id;return id}using.matchers=[];using.matchers.add=function(regex,factory){this.unshift([regex,factory])};using.matchers.add(/(^script!|\.js$)/,function(path){var script=new Script(path.replace(/^\$/,using.path.replace(/\/$/,"")+"/").replace(/^script!/,""),false);script.id=path;return script});using.matchers.add(/^[a-zA-Z0-9_\-\/]+$/,function(id){return new Module(id)});if(scriptTag){using.path=scriptTag.getAttribute("data-path")||scriptTag.src.split(/loadrunner\.js/)[0]||"";if(main=scriptTag.getAttribute("data-main")){using.apply(context,main.split(/\s*,\s*/)).then(function(){})}}}(this,document)); loadrunner(function(D,C,B,E){function A(F){this.id=this.path=F}A.inProgress=[];A.done=[];A.prototype=new B.Dependency;A.prototype.start=function(){var F=this,G;if(G=A.done[this.id]){this.complete(G.result)}else{if(G=A.inProgress[this.id]){G.then(function(){F.complete(G.result)})}else{A.inProgress[this.id]=this;this.load()}}};A.prototype.load=function(){var H,F=this;if(window.XMLHttpRequest){H=new window.XMLHttpRequest()}else{try{H=new window.ActiveXObject("Microsoft.XMLHTTP")}catch(G){return new Error("XHR not found.")}}H.onreadystatechange=function(){if(H.readyState==4){F.result=H.responseText;A.done[F.id]=F;delete A.inProgress[F.id];F.complete(F.result)}};H.open("GET",this.path,true);H.send(null)};D.matchers.add(/^json!/,function(F){return new A(F.substring(5))})}); loadrunner(function(D,C,B,E){function A(F){this.id=this.path=F}A.inProgress=[];A.done=[];A.prototype=new B.Dependency;A.prototype.start=function(){var F=this,G;if(G=A.done[this.id]){this.complete(G.result)}else{if(G=A.inProgress[this.id]){G.then(function(){F.complete(G.result)})}else{A.inProgress[this.id]=this;this.load()}}};A.prototype.load=function(){var F=this;D("lib/lazyload",function(G){if($("link[href='"+F.path+"']").length>0){H()}else{G.css(F.path,H)}function H(){A.done[F.id]=F;delete A.inProgress[F.id];F.complete()}})};D.matchers.add(/^css!/,function(G){var F;G=G.replace(/^css!/,"");F=/^(https?:)?\/\//.test(G);return new A(G.replace(/^\//,(!F&&D.cssPath||"").replace(/\/$/,"")+"/"))})}); loadrunner(function(F,E,A,G){function B(H,I){for(var J=0,K;K=H[J];J++){if(I==K){return J}}return -1}function D(I){var H;if(I.charAt(0)==">"){I=I.substring(1)}if(H=C.inProgress[I]){H.complete();delete C.inProgress[I]}C.done.push(I)}var C=function(H){this.id=H};C.inProgress=[];C.done=[];C.prototype=new A.Dependency;C.prototype.start=function(){var I,H=this;if(B(C.done,this.id)!=-1){this.complete()}else{if(I=C.inProgress[this.id]){I.then(function(){H.complete()})}else{C.inProgress[this.id]=this}}};F.matchers.add(/^>/,function(H){return new C(H.substring(1))});window.signal=D}); });</script><script>WATCH.end('loadrunner');</script> <script>WATCH('boot', function() { using.cssPath = 'https://web.archive.org/web/20120210023616/http://a3.twimg.com/a/1328812874/'; using.path = 'https://web.archive.org/web/20120210023616/http://a1.twimg.com/a/1328812874/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 = 'https://web.archive.org/web/20120210023616/http://a3.twimg.com/a/1328812874/' + id + '.js'; return mod; }); provide("boot/init",function(C){var A={add:function(J,K){if(!K){K=new Date()}twttr.bootTimings.data.push({name:J,timestamp:K})},data:[],done:function(){twttr.bootTimings.add=twttr.bootTimings.done=$.noop;$.each(loadrunner.Script.times,function(J,K){$.each(K,function(L,M){twttr.bootTimings.data.push({name:["bundle",J,L].join(" "),timestamp:M})})});twttr.Profiler.logDataSet("Boot",twttr.appStartTime,twttr.bootTimings.data);twttr.bootTimings=null}};function G(K){for(var J in K){if(K.hasOwnProperty(J)){twttr[J]=K[J]}}}function H(L){twttr.bootTimings&&twttr.bootTimings.add("bootstrap_data process start");G(L.twttr);signal(">payload");if(L.boomr){using(L.boomr).load().then(function(){delete BOOMR.plugins.RT;BOOMR.init({allow_ssl:true,autorun:false,user_ip:L.remoteIP,BW:{base_url:twttr.hosts.local+"/images/boomerang/"}});using(">setupComplete","util").as(function(M){BOOMR.page_ready();BOOMR.subscribe("before_beacon",function(Q){if(!Q.bw){return }var O=parseInt(Q.bw/1024,10);var P=parseInt((Q.bw_err*100)/Q.bw,10);var N=parseInt((Q.lat_err*100)/Q.lat,10);scribble("measurement",{load_time_ms:Q.t_done,bandwidth_kbytes:O,bandwidth_error_percent:P,latency_ms:Q.lat,latency_error_percent:N,product:"webclient"},"boomerang");if(M.util.params()["boomr"]){twttr.showMessage("Bandwidth: "+M.util.addCommas(O)+" KB/s &plusmn; "+P+"%<br />Latency: "+Q.lat+" ms &plusmn; "+Q.lat_err,true)}})})})}if(L.countryCode){twttr.countryCode=L.countryCode}if(L.countries){twttr.countries=L.countries;if(twttr.countryCode){for(var K=0,J=twttr.countries.length;K<J;K++){if(twttr.countries[K].code==twttr.countryCode){twttr.countries[K].selected=true}}}}if(L.pageLocaleJS){twttr.bootTimings&&twttr.bootTimings.add("i18n fetch start");using(L.pageLocaleJS).load().then(function(){twttr.bootTimings&&twttr.bootTimings.add("i18n fetch finish");signal(">languageData")})}else{signal(">languageData")}using(">defaultViews",twttr.bundleMore,function(){if(L.showWelcomeBanner){(new twttr.views.WelcomeToPhoenixBanner()).render($("#banners"),"append")}if(L.flashNotice){twttr.showMessage(L.flashNotice,true)}});using(">decider",function(){twttr.decider._updateFeatures(L.deciderFeatures,true)});using(">ab_decider",function(){twttr.abdecider._updateExperiments(L.abBuckets,true)});using(">api_ready",function(){twttr.API.setConfig({postAuthenticityToken:L.postAuthenticityToken});$("input.authenticity_token").val(L.postAuthenticityToken);var P=L.requestCacheSeedData;for(var N=0,M=P.length;N<M;++N){var O=P[N];twttr.API._requestCache.inject(O.api_request_name,O.options,O.json,1)}signal(">request_cache_seeded");if(L.homeTimelineFetchSize){twttr.API.homeTimelineFetchSize=L.homeTimelineFetchSize}});twttr.bootTimings&&twttr.bootTimings.add("bootstrap_data process finish")}function D(){if(twttr.loggedIn){twttr.bootTimings&&twttr.bootTimings.add("initCurrentUser start");using("boot/bootstrap_data",">request_cache_seeded",function(J){twttr.API.User.current({error:function(){window.location.reload(true)},success:function(K){twttr.currentUser=K;for(var L in J.userProperties){twttr.currentUser.sync(L,J.userProperties[L]||false)}twttr.bootTimings&&twttr.bootTimings.add("initCurrentUser finish");signal(">allCurrentUserDataLoaded")}})})}else{signal(">allCurrentUserDataLoaded")}}function F(J){var K=new Date();using(J).load().then(function(){var L=new Date();using("boot/bootstrap_data",function(){twttr.Profiler.logPreviousEvent("twttr.bundles fetched",K,L)})})}function E(O){var K=false;function J(){if(!K){setTimeout(function(){twttr.keynoteTTFTPing();K=true;O()},0)}}function N(){setTimeout(J,0)}var L=document.getElementById("stream-items-id");if(!L){O();return }if(L.clientHeight>0){N();return }function M(){L.onresize=null;N()}L.onresize=M}function I(K){for(var J in K){return false}return true}function B(N){if(!N){return }var K=document.getElementById("slow-load-banner");if(!K){return }var J;function M(){clearTimeout(J);$(K).remove();twttr.app.recalculatePadding()}function L(){K.style.display="block";setTimeout(function(){K.style.height="46px"})}J=setTimeout(L,N);twttr.bundleCore&&using(twttr.bundleCore,M)}C({init:function(L){if(L.renderedOnServer){var J=document.getElementsByTagName("html")[0];var P=J.className.match(/highlight-global-nav-([a-z]+)/);if(L.twttr.loggedIn&&P){var K="global-nav-"+P[1];document.getElementById(K).className+=" active"}else{if(J.className.match(/remove-prerendered-content/)){document.getElementById("page-outer").className=document.getElementById("page-outer").className.replace("flush-to-top","");var N=document.getElementById("page-container");N.className=N.className.replace("home-container","");N.innerHTML="";signal(">wokeUp");L.renderedOnServer=false}}J.className=J.className.replace("use-prerendered-content","").replace("remove-prerendered-content","");if(J.getAttribute("data-nav-highlight-class-name")){J.className=J.className.replace(J.getAttribute("data-nav-highlight-class-name"),"");J.removeAttribute("data-nav-highlight-class-name")}}if(L.disablePhoenix){B(L.loadTimeoutInterval);return }G(L.twttr);twttr.appStartTime=document.startTime;twttr.geo=twttr.geo||{};twttr.session=twttr.session||{};twttr.session.impressionId=twttr.appStartTime+Math.random();twttr.isLocalhost=location.hostname.match(/localhost\.twitter\.com/);if(twttr.allScribeEvents){try{twttr.allScribeEvents=JSON.parse(localStorage.twttrAllScribeEvents)||[]}catch(O){twttr.allScribeEvents=[]}}twttr.bootTimings=L.profiling?A:null;for(var M=0;M<L.loadrunnerAssets.length;M++){using.bundles.push(L.loadrunnerAssets[M])}if(L.loadrunnerAssets.length==1&&I(L.loadrunnerAssets[0])){using.autoLoad=true}B(L.loadTimeoutInterval);twttr.proto=window.location.protocol.replace(":","");twttr.isSSL=function(){return twttr.proto==="https"};twttr.createIframe=function(R,Q){var U=document.createElement("div");U.innerHTML='<iframe tabindex="-1" role="presentation" style="position:absolute;top:-9999px;" src="'+R+'"></iframe>';var S=U.firstChild;var T=function(){Q.apply(S,arguments)};S.addEventListener?S.addEventListener("load",T,false):S.attachEvent("onload",T);document.body.insertBefore(S,document.body.firstChild);return S};if(!L.inline_bootstrap_data){provide("boot/bootstrap_data",function(Q){var R=[];R.push("json!/account/bootstrap_data"+window.location.search+(window.location.search?"&":"?")+"r="+Math.random());if(typeof JSON==="undefined"){R.push(twttr.bundleCore)}twttr.bootTimings&&twttr.bootTimings.add("bootstrap_data fetch start");using(R,function(T){twttr.bootTimings&&twttr.bootTimings.add("bootstrap_data fetch finish");var S=JSON.parse(T);Q(S)})})}F(L.assets);using(twttr.bundleCore,function(){twttr.anywhere.remote={};using("bluejs/api",function(Q){twttr.API=Q;twttr.API.setConfig({cacheObjects:true,includeEntities:true});twttr.extendAPI();signal(">api_ready");using(">request_cache_seeded",function(){D()})})});using(L.setupDependencies,function(){twttr.bootTimings&&twttr.bootTimings.add("setup start");jQuery.ready();jQuery.fx.interval=50;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 = {"renderedOnServer":true,"pReceiverURL":"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/api.twitter.com\/receiver.html","twttr":{"hosts":{"upload":"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/upload.twitter.com","local":"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/twitter.com","remote":"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/api.twitter.com"},"isRTL":false,"bundleCore":"bundle\/phoenix-core","placeDataPrefix":"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/geo.l3.twitter.com\/places\/autocomplete_places-","domains":{"upload":"upload.twitter.com","local":"twitter.com","remote":"api.twitter.com"},"bundleMore":"bundle\/phoenix-more","remoteIP":"64.60.205.235","expando":false,"loggedIn":false,"requestFullCity":"us,ca,azusa","isT1":false,"hasHoversInCss":true},"setupDependencies":["\u003EallCurrentUserDataLoaded","\u003Erequest_cache_seeded","bundle\/phoenix-core","\u003ElanguageData"],"inline_bootstrap_data":false,"assets":["bundle\/phoenix-core"],"sandboxes":{"jsonp":"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/a3.twimg.com\/a\/1328812874\/jsonp_sandbox.html","detailsPaneContent":"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/a0.twimg.com\/a\/1328812874\/details_pane_content_sandbox.html"},"profiling":false,"loadTimeoutInterval":10000,"loadrunnerAssets":[{"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/a3.twimg.com\/b\/1\/bundle\/sandbox-en-201202091115.js":["bundle\/sandbox"],"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/a3.twimg.com\/b\/1\/bundle\/phoenix-more-en-201202091115.js":["bundle\/phoenix-more"],"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/a3.twimg.com\/b\/1\/bundle\/swift-settings-en-201202091115.js":["bundle\/swift-settings"],"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/a1.twimg.com\/b\/1\/bundle\/phoenix-core-en-201202091115.js":["bundle\/phoenix-core"],"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/a2.twimg.com\/b\/1\/bundle\/signup-en-201202091115.js":["bundle\/signup"],"https:\/\/web.archive.org\/web\/20120210023616\/http:\/\/a0.twimg.com\/b\/1\/bundle\/ie6-en-201202091115.js":["bundle\/ie6"]}],"disablePhoenix":false}; 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 02:36:16 Feb 10, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 07:28:24 Dec 03, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 1.608 exclusion.robots: 0.052 exclusion.robots.policy: 0.031 esindex: 0.029 cdx.remote: 44.092 LoadShardBlock: 163.217 (3) PetaboxLoader3.datanode: 109.924 (4) PetaboxLoader3.resolve: 204.465 (2) load_resource: 246.621 -->

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