try { QSI.BuildElementModule={buildElement:function(a){a.unitsOfMeasurement||(a.unitsOfMeasurement={},a.unitsOfMeasurement.width="px",a.unitsOfMeasurement.height="px");var b;if(!a.type||!this["build"+a.type+"Element"])return null;b=this["build"+a.type+"Element"](a),a&&a.events&&QSI.util.processElementEvents(a.events,b,this);var c=QSI.util.createArrayFromIterable(b.getElementsByTagName("img"));if(this.shouldPreloadImages===!1)for(var d=0,e=c.length;e>d;d++){var f=c[d];f.setAttribute("data-src",f.src),f.src=""}var g=QSI.util.createArrayFromIterable(b.getElementsByTagName("iframe")),h=c.concat(g);return b.loadingDeferred=this.combineElementLoadEvents(h),b},combineElementLoadEvents:function(a){function b(a){var b=a.target||a.srcElement;(b.getAttribute("src")||!b.getAttribute("data-src"))&&e()}for(var c=QSI.util.Deferred(),d=a.length,e=function(){--d<=0&&c.resolve()},f=0,g=a.length;g>f;f++){var h=a[f];!h.complete||h.notComplete?QSI.util.observe(h,"load",b):d--}return 0===d&&c.resolve(),c.promise()},buildGenericElement:function(a){var b=this.buildBaseElement(a);return b},buildPopOverElement:function(a){var b=this.buildBaseElement(a);return b},buildTextElement:function(a){var b=this.buildBaseElement(a);return b},buildImageElement:function(a){var b=this.buildBaseElement(a);return b},wrapForIE:function(a,b,c){var d="Internet Explorer"===QSI.Browser.name,e="transparent"===b.style.backgroundColor;if(d&&e||d&&c){var f=this.buildBaseElement(b);return a.style.top=0,a.style.left=0,a.style.right=0,a.style.bottom=0,a.style.filter="alpha(opacity=0.1)",a.style.opacity="0.001",a.style.backgroundColor="white",f.appendChild(a),f}return a},buildTargetElement:function(a){var b=this.buildBaseElement(a);b.style.cursor="pointer",b.setAttribute("data-type","target");var c=this;this.addEmbeddedDataToGlobalInstance(a);var d=new QSI.Target(b,this.getTargetHelper(a.embeddedData||[]),this.actionOptions,this);return d.complete().done(function(){c.closeOnTargetClick?c.closeOnTargetClick():c.close()}),this.wrapForIE(b,a)},addEmbeddedDataToGlobalInstance:function(a){if(QSI&&QSI.ed&&a&&a.embeddedData)for(var b=0;bc;c++)e=b[c],e.style.filter="progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);"},buildBaseElement:function(a){var b,c,d=a.style,e=a.unitsOfMeasurement,f=a.position,g={style:this.getElementStyle(d,f,e)},h=this.getYPosition(f),i=this.getXPosition(f);return this.setPositionStyles(g,a),a.style.backgroundImage&&(g.style.backgroundImage="url("+a.style.backgroundImage+")"),100!=a.style.opacity&&(g.style.opacity=a.style.opacity/100,g.style.filter="alpha(opacity = "+a.style.opacity+")"),b=QSI.util.build("div",g,[this.getElementContents(a)]),a.dropShadow&&this.appendDropShadow(a,b),c=QSI.util.getDimensions(b),b.bc={x:i+c.width,y:h+c.height},b},getElementContents:function(a){var b=a.style,c=a.unitsOfMeasurement,d=this.getContentDims(b.width,b.height,c),e=QSI.util.build("div",{style:{position:"absolute",top:0,left:0,width:d.width,height:d.height,overflow:"hidden",display:b.display}});return a.content&&("string"==typeof a.content?e.innerHTML=a.content:"object"==typeof a.content&&e.appendChild(a.content)),e},getContentDims:function(a,b,c){var d=a,e=b;return"%"===c.width&&(d=100),"%"===c.height&&(e=100),{width:d+c.width,height:e+c.height}},appendDropShadow:function(a,b){var c=a.style,d=c.borderWidth,e=a.unitsOfMeasurement;isNaN(d)&&(d=0);var f=this.convertPercentStylesToPixels(c,e),g=Math.floor(1*f.width+2*d),h=Math.floor(1*f.height+2*d);b.insertBefore(this.buildDropShadow(g,h,d),b.childNodes[0])},buildDropShadow:function(a,b,c){var d,e,f,g,h=Math.ceil(-(.1*b))-c,i=Math.ceil(-(.1*a))-c;return d=Math.floor(1.2*a),e=Math.floor(1.2*b),f={width:d+"px",maxWidth:d+"px",height:e+"px",top:h+"px",left:i+"px",position:"absolute"},g=QSI.util.build("img",{src:QSI.global.imagePath+"/siteintercept/popup_shadow_transparent.png",style:f,alt:""})},onCloseClick:function(){this.close()},buildIFrame:function(a,b){var c=QSI.util.build("iframe",{style:{border:"none",position:"absolute",top:0,left:0,filter:"progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"},width:a+"px",height:b+"px",frameBorder:"0",src:QSI.global.imagePath+"/blank.html"});return c},setPositionStyles:function(a,b){b.positionAnchors||(b.positionAnchors={positionX:"left",positionY:"top"}),this.shouldAnchor&&("left"==b.positionAnchors.positionX?a.style.left=b.position.left+"px":"right"==b.positionAnchors.positionX?a.style.right=b.position.right+"px":"center"==b.positionAnchors.positionX&&this.centerHorizontally(a,b),"top"==b.positionAnchors.positionY?a.style.top=b.position.top+"px":"bottom"==b.positionAnchors.positionY?a.style.bottom=b.position.bottom+"px":"center"==b.positionAnchors.positionY&&this.centerVertically(a,b))},centerHorizontally:function(a,b){this.centerDim(a,b.style.width,"width","left",b.unitsOfMeasurement)},centerVertically:function(a,b){this.centerDim(a,b.style.height,"height","top",b.unitsOfMeasurement)},centerDim:function(a,b,c,d,e){var f=QSI.util.getPageSize(),g=d.charAt(0).toUpperCase()+d.slice(1);"%"===e[c]&&(b=QSI.util.convertPercentToPixel(b,f[c])),a.style[d]="50%",a.style["margin"+g]="-"+Math.ceil(b/2)+"px"},convertPercentStylesToPixels:function(a,b){a=JSON.parse(JSON.stringify(a)),a.width=parseInt(a.width,10),a.height=parseInt(a.height,10);var c=QSI.util.getPageSize();return"%"==b.width&&a.width&&(a.width=QSI.util.convertPercentToPixel(a.width,c.width)),"%"==b.height&&a.height&&(a.height=QSI.util.convertPercentToPixel(a.height,c.height)),a},getYPosition:function(a){return 1*a.top},getXPosition:function(a){return 1*a.left},getElementStyle:function(a,b,c){return{position:"absolute",zIndex:a.zIndex,width:a.width+c.width,height:a.height+c.height,backgroundColor:a.backgroundColor,borderWidth:a.borderWidth+"px",borderColor:a.borderColor,borderStyle:"solid",borderRadius:a.borderRadius+"px",display:a.display}},initializeIframes:function(){var a,b,c,d,e=this.getEmbeddedTargets();for(a=0,b=e.length;b>a;a++)c=e[a],d=c.getAttribute("data-src"),d&&(c.src=d)},getEmbeddedTargets:function(){return this.embeddedTargets||(this.embeddedTargets=[]),this.embeddedTargets}};(!QSI.Animation||window.QTest)&&(QSI.Animation={supportedProperties:{top:"px",left:"px",right:"px",bottom:"px",width:"px",height:"px",opacity:0},tweens:[],animateStyle:function(a,b,c,d){c=0===c?1:c,this.setUpAnimationFrames();var e=this.getProperties(b,a);return this.startAnimating(e,c||1500,a,d||"easeto")},getProperties:function(a,b){var c={},d=this;return a.from&&(c=a.from,a=a.to),QSI.util.forOwn(a,function(e,f){f in d.supportedProperties&&(a[f]=a[f],void 0!==c[f]?b.style[f]=c[f]+d.supportedProperties[f]:c[f]=parseFloat(QSI.util.removePx(b.style[f])))}),{start:c,end:a}},startAnimating:function(a,b,c,d){var e=this,f=QSI.util.Deferred(),g=new this.Tween(a.start).to(a.end,b).onUpdate(function(){var a=this;QSI.util.forOwn(this,function(b,d){e.setElementStyle(c,d,a[d])})}).onComplete(function(){f.resolve()});return d&&(d=this.getTransitionFunction(d),g.transition(d)),g.start(),this.animating(),f.promise()},getTransitionFunction:function(a){return QSI.Animation.Transitions[a]?QSI.Animation.Transitions[a]:a},setElementStyle:function(a,b,c){a.style[b]=c+this.supportedProperties[b],"opacity"===b&&(a.style.filter="alpha(opacity = "+100*c+")")},animating:function(){QSI.Animation.tweens.length>0&&(QSI.Animation.update(),window.qsiRequestAnimationFrame(QSI.Animation.animating))},setUpAnimationFrames:function(){if(!window.qsiRequestAnimationFrame){for(var a=["ms","moz","webkit","o"],b=0;bb;)this.tweens[b].update(a)?b++:(this.tweens.splice(b,1),c--)},Tween:function(a){var b=a,c={},d={},e=1e3,f=0,g=null,h=QSI.Animation.Transitions.easeto,i=null,j=null;this.to=function(a,b){return null!==b&&(e=b),d=a,this},this.start=function(a){return QSI.Animation.addTween(this),Date&&(g=void 0!==a?a:QSI.util.getDateNow()),g+=f,QSI.util.forOwn(d,function(a,e){if(null!==b[e]){if(d[e]instanceof Array){if(0===d[e].length)return;d[e]=[b[e]].concat(d[e])}c[e]=b[e]}}),this},this.delay=function(a){return f=a,this},this.transition=function(a){return h=a,this},this.onUpdate=function(a){return i=a,this},this.onComplete=function(a){return j=a,this},this.update=function(a){if(g>a)return!0;var f=(a-g)/e;f=f>1?1:f;var k=h(f);for(var l in c)if(c.hasOwnProperty(l)){var m=c[l],n=d[l];b[l]=m+(n-m)*k}return null!==i&&i.call(b,k),1==f?(null!==j&&j.call(b),!1):!0}}},QSI.Animation.Transitions={staticly:function(){return 1},linear:function(a){return a},inquad:function(a){return a*a},easeto:function(a){return(a/=.5)<1?.5*Math.pow(a,4):-.5*((a-=2)*Math.pow(a,3)-2)},sinoidal:function(a){return-Math.cos(a*Math.PI)/2+.5},reverse:function(a){return 1-a},bounce:function(a){return 1/2.75>a?7.5625*a*a:2/2.75>a?7.5625*(a-=1.5/2.75)*a+.75:2.5/2.75>a?7.5625*(a-=2.25/2.75)*a+.9375:7.5625*(a-=2.625/2.75)*a+.984375},elastic:function(a){return-1*Math.pow(4,-8*a)*Math.sin(2*(6*a-1)*Math.PI/2)+1},swingFromTo:function(a){var b=1.70158;return(a/=.5)<1?.5*a*a*(((b*=1.525)+1)*a-b):.5*((a-=2)*a*(((b*=1.525)+1)*a+b)+2)},swingFrom:function(a){var b=1.70158;return a*a*((b+1)*a-b)},swingTo:function(a){var b=1.70158;return(a-=1)*a*((b+1)*a+b)+1},bouncePast:function(a){return 1/2.75>a?7.5625*a*a:2/2.75>a?2-(7.5625*(a-=1.5/2.75)*a+.75):2.5/2.75>a?2-(7.5625*(a-=2.25/2.75)*a+.9375):2-(7.5625*(a-=2.625/2.75)*a+.984375)},easeFromTo:function(a){return(a/=.5)<1?.5*Math.pow(a,4):-.5*((a-=2)*Math.pow(a,3)-2)},easeFrom:function(a){return Math.pow(a,4)}});(void 0===window.QSI.PopOver||window.QTest)&&(QSI.PopOver=QSI.util.Creative(QSI.BuildElementModule,{initialize:function(a){this.globalInitialize(a),this.minTop=a.elements.MinTop,this.minLeft=a.elements.MinLeft,this.elements=a.elements.Elements||[],this.imageQueue=0,this.loaded=!1,this.timeout=!1,this.shouldShow()&&(this.addMessageListener(),QSI.util.processLocators(this.elements,this.options.displayOptions),this.container=this.build(),document.body.appendChild(this.container),this.initializeIframes(),this.display())},addMessageListener:function(){var a=this;this.displayOptions.autoClose&&QSI.util.observe(window,"message",function(b){"closeQSIWindow"==b.data&&a.close()})},display:function(){var a=this;this.displayOptions.auto&&(this.displayOptions.prebuild?QSI.util.when(this.container.loadingDeferred,QSI.util.getTimeout(this.displayOptions.delay)).done(function(){a.popup(),a.poppedUp=!0}):QSI.util.when(QSI.util.getTimeout(this.displayOptions.delay)).done(function(){a.popup(),a.poppedUp=!0}))},close:function(){try{this.refocus(),this.container.parentNode.removeChild(this.container),this.displayOptions.shadowBox&&(this.shadowBox.parentNode.removeChild(this.shadowBox),QSI.util.startScrolling()),QSI.util.stopObserving(window,"resize",this.resizeHandler),QSI.callbacks[this.id].onClose&&QSI.callbacks[this.id].onClose()}catch(a){}},refocus:function(){try{if(this.hasIframe&&QSI.util.isIE8()){var a=document.body.scrollTop,b=document.body.scrollLeft,c=QSI.util.build("input",{type:"text"});document.body.appendChild(c),c.focus(),document.body.removeChild(c),window.scrollTo(b,a)}}catch(d){}},popup:function(){try{this.resetStyles();var a=1e3*this.displayOptions.close,b=this;0!==a&&this.displayed.done(function(){window.setTimeout(function(){b.close()},a)}),this.displayOptions.shadowBox&&(this.shadowBox=this.buildShadowBox(),QSI.util.stopScrolling(),document.body.appendChild(this.shadowBox),this.displayOptions.shadowBoxFade&&QSI.Animation.animateStyle(this.shadowBox,{from:{opacity:0},to:{opacity:this.displayOptions.shadowBoxOpacity}},500,"linear")),this.container.style.zIndex=QSI.global.currentZIndex++;var c=this.getFinalPosition();if(this.displayOptions.animate){var d=this.getStartPosition(),e=QSI.Animation.animateStyle(this.container,{from:{top:d.y,left:d.x},to:{top:c.y,left:c.x}},this.displayOptions.duration,this.displayOptions.transition);e.done(function(){b.target={x:c.x,y:c.y},b.finish()})}else this.target={x:c.x,y:c.y},this.finish();this.resizeHandler=function(){b.resize()},QSI.util.observe(window,"resize",this.resizeHandler)}catch(f){QSI.dbg.e(f)}},getYPosition:function(a){return a.top-this.minTop},getXPosition:function(a){return a.left-this.minLeft},getElementStyle:function(a,b){return{top:this.getYPosition(b)+"px",left:this.getXPosition(b)+"px",position:"absolute",zIndex:a.zIndex,width:a.width+"px",height:a.height+"px",backgroundColor:a.backgroundColor,borderWidth:a.borderWidth+"px",borderColor:a.borderColor,borderStyle:"solid",borderRadius:a.borderRadius+"px",display:a.display}},buildShadowBox:function(){var a=this.displayOptions.shadowBoxOpacity,b=this.displayOptions.shadowBoxColor,c=QSI.util.getPageSize(),d=c.width,e=c.height,f=QSI.util.getScrollOffsets(),g=QSI.util.build("div",{style:{position:"absolute",backgroundColor:b,left:f.left+"px",top:f.top+"px",width:d+"px",height:e+"px",opacity:a,zIndex:QSI.global.currentZIndex++,filter:"alpha(opacity="+100*a+")"}});return g},updateShadowBox:function(){if(this.shadowBox){var a=QSI.util.getPageSize(),b=a.width,c=a.height;this.shadowBox.style.width=b+"px",this.shadowBox.style.height=c+"px"}},build:function(){for(var a=[],b=0,c=0,d=[],e=0,f=this.elements.length;f>e;e++){var g=this.buildElement(this.elements[e]);g&&(g.bc&&g.bc.x>b&&(b=g.bc.x),g.bc&&g.bc.y>c&&(c=g.bc.y),a.push(g),d.push(g.loadingDeferred))}this.width=b,this.height=c;var h=Math.floor(1.2*this.width),i=Math.floor(1.2*this.height),j="fixed";QSI.util.isFixed()||(j="absolute");var k=QSI.util.build("div",{className:"QSIPopOver "+this.id+"_PopOverContainer",style:{position:j,top:-i+"px",left:-h+"px"}},a);return k.loadingDeferred=QSI.util.when.apply(this,d),k},getFinalPosition:function(){var a=this.width,b=this.height,c=QSI.util.getScrollOffsets(),d=QSI.util.getPageSize(),e=d.width,f=d.height;a>e&&(a=e),b>f&&(b=f);var g=this.displayOptions.targetPosition,h=20,i=(e-a)/2,j=(f-b)/2;switch(g){default:case"MC":i=(e-a)/2,j=(f-b)/2;break;case"ML":i=h,j=(f-b)/2;break;case"TL":i=h,j=h;break;case"BL":i=h,j=f-b-h;break;case"TC":i=(e-a)/2,j=h;break;case"TR":i=e-a-h,j=h;break;case"MR":i=e-a-h,j=(f-b)/2;break;case"BR":i=e-a-h,j=f-b-h;break;case"BC":i=(e-a)/2,j=f-b-h}return QSI.util.isFixed()||(i+=c.left,j+=c.top),{x:i,y:j}},getStartPosition:function(){var a=this.width,b=this.height,c=QSI.util.getPageSize(),d=QSI.util.getScrollOffsets(),e=c.width,f=c.height,g=20,h=this.displayOptions.startPosition,i=-a,j=(f-b)/2;switch(h){default:case"OML":i=-a,j=(f-b)/2;break;case"OTL":i=-a,j=-b;break;case"OTLL":i=-a,j=g;break;case"OTLT":i=g,j=-b;break;case"OBL":i=-a,j=f;break;case"OBLL":i=-a,j=f-b-g;break;case"OBLB":i=g,j=f;break;case"OTC":i=(e-a)/2,j=-b;break;case"OTR":i=e,j=-b;break;case"OTRR":i=e,j=g;break;case"OTRT":i=e-a-g,j=-b;break;case"OMR":i=e,j=(f-b)/2;break;case"OBR":i=e,j=f;break;case"OBRR":i=e,j=f-b-g;break;case"OBRB":i=e-a-g,j=f;break;case"OBC":i=(e-a)/2,j=f}return QSI.util.isFixed()||(i+=d.left,j+=d.top),{x:i,y:j}},finish:function(){if(!this.finished){this.displayed.resolve();try{this.container.style.left=this.target.x+"px",this.container.style.top=this.target.y+"px",this.impress(),this.finished=!0,QSI.callbacks&&QSI.callbacks[this.id].onPopup&&QSI.callbacks[this.id].onPopup(),QSI.util.isFixed()||QSI.util.positionFixed(this.container,this.container.style.top,"auto")}catch(a){QSI.dbg.e(a)}}},reposition:function(){var a=this.getFinalPosition();this.container.style.left=a.x+"px",this.container.style.top=a.y+"px"},resize:function(){this.reposition(),this.updateShadowBox()}}));(!QSI.API||window.QTest)&&(QSI.API={load:function(){if(!QSI.reg&&!this.unloading){var a=new QSI.util.ScriptLoader(QSI.baseURL),b={Q_LOC:encodeURIComponent(window.location.href)};"Editing"===QSI.version&&(b.Q_VERSION="0");var c;return QSI.util.forOwn(QSI.reqID,function(d,e){0===e.search(/ZN/)?(b.Q_ZID=e,delete b.Q_SIID):(b.Q_SIID=e,delete b.Q_ZID),void 0===c?c=a.load("",b):QSI.dbg.log("Promise should only be set once in QSI.API.load()",!0,"warn")}),c}},unload:function(){this.unloading=!0,QSI.reg&&(QSI.util.forOwn(QSI.reg,function(a,b){var c=QSI.reg[b];c.remove()}),QSI.util.removeObservers()),QSI.debug&&QSI.util.remove(QSI.util.$("QSI_Debug")),QSI.reg=void 0,this.unloading=!1},run:function(){QSI.InterceptsRan||void 0===QSI.reg||QSI.RunIntercepts()},Events:{increment:function(a){QSI.EventTracker.track(a)},count:function(a){return QSI.EventTracker.get(a)},push:function(a){QSI.EventTracker.track(a)}}});QSI.version = "Published"; QSI.InterceptsRan = false; QSI.RunIntercepts = function(){ QSI.util.observe(window, 'message', function(e){ if (e.data && typeof e.data === 'string') { var parts = e.data.split('|'); if (parts[0] == 'QualtricsEOS') { var sid = parts[1]; var ssid = parts[2]; QSI.history.logSurvey(sid,ssid); } } }); QSI.history.logVisit(); QSI.history.logIntercept('SI_41H0nKC7Exw66S9', 'AS_9vNrmrGQs81S101'); (function() { var embeddedData = []; if (!QSI.ed['SI_41H0nKC7Exw66S9'] || (embeddedData && embeddedData.length !== 0)) { QSI.ed['SI_41H0nKC7Exw66S9'] = embeddedData; } })(); QSI.global.intercepts['SI_41H0nKC7Exw66S9'] = { CreativeID:'CR_beA1UpDZFjCXHMh', ASID:'AS_9vNrmrGQs81S101' }; (function(){ var QSIPopOver = new QSI.PopOver({ id:'SI_41H0nKC7Exw66S9', type:QSI.util.creativeTypes.POP_OVER, targetURL:'http://siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_Redirect=https%253A%252F%252Fcbs.az1.qualtrics.com%252FSE%252F%253FSID%253DSV_1MtxPVLqngA8PJ3%2526Q_CHL%253Dsi&Q_CID=CR_beA1UpDZFjCXHMh&Q_SRT=EZP%2FJs%2F4aE9OMNtxQ7TmUA%3D%3D&Q_SIID=SI_41H0nKC7Exw66S9&Q_ASID=AS_9vNrmrGQs81S101&Q_LOC=http%3A%2F%2Fwww.techrepublic.com%2Farticle%2Faustralia-says-its-first-self-driving-car-can-navigate-without-driver-input-experts-are-skeptical%2F%3Fftag%3DTRE684d531%26bhid%3D22482896750630416374857688634747', impressionURL:'http://siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_Impress=1&Q_CID=CR_beA1UpDZFjCXHMh&Q_SIID=SI_41H0nKC7Exw66S9&Q_ASID=AS_9vNrmrGQs81S101&Q_LOC=http%3A%2F%2Fwww.techrepublic.com%2Farticle%2Faustralia-says-its-first-self-driving-car-can-navigate-without-driver-input-experts-are-skeptical%2F%3Fftag%3DTRE684d531%26bhid%3D22482896750630416374857688634747', interceptDisplayOptions:{"displayRate":"100","noshow":"30","cookieDomain":"","hasRandomization":false,"useWeightedActionSets":false,"manualDisplay":false,"hideOnCookiesDisabled":true,"hideOnLocalStorageDisabled":true}, actionOptions:{"targetNewWindow":true,"targetEmbedded":false,"targetFullScreen":false,"targetWidth":"1000","targetHeight":"800","displayElement":"","actionSetSampleRate":"35","actionSetContinueExecution":true,"autoCloseTarget":false,"targetPopUnder":false,"useCustomTrigger":false,"triggerEntirePage":true,"triggerElementID":"","scrollPercentage":"100","targetReplaceContents":false,"sameSizeAsCreative":true,"targetPopUnderDisplay":{"id":"Target","name":"Display Target"}}, elements:{"Elements":[{"type":"PopOver","style":{"width":"407","height":"286","borderWidth":"5","borderColor":"rgb(0, 0, 0)","backgroundColor":"rgb(255, 255, 255)","zIndex":2000000000,"opacity":100,"display":"block","borderRadius":"0"},"position":{"top":"105","bottom":"598.097","left":"82","right":"960.114"},"positionAnchors":{"positionX":"left","positionY":"top"},"content":"","unitsOfMeasurement":{"width":"px","height":"px"},"locators":false},{"type":"Text","style":{"width":"387","height":"198","borderWidth":"0","borderColor":"transparent","backgroundColor":"transparent","zIndex":2000000000,"opacity":100,"display":"block","borderRadius":"0"},"position":{"top":"124","bottom":"676.193","left":"94","right":"977.202"},"positionAnchors":{"positionX":"left","positionY":"top"},"content":"
<\/div>

Complete our annual Cloud Computing survey and receive a summary of the results<\/span><\/span><\/strong> <\/span><\/span>
 <\/div>
 ","unitsOfMeasurement":{"width":"px","height":"px"},"locators":false},{"type":"Target","style":{"width":"145","height":"34","borderWidth":"0","borderColor":"rgb(0, 0, 0)","backgroundColor":"transparent","zIndex":2000000000,"opacity":100,"display":"block","borderRadius":"0"},"position":{"top":"317","bottom":"647.202","left":"128","right":"1185.18"},"positionAnchors":{"positionX":"left","positionY":"top"},"content":"","embeddedData":[{"name":"loc","type":"CurrentPage","value":null},{"name":"referrer","type":"SiteReferer","value":null},{"name":"vguid","type":"SiteCatalyst","value":"eVar24"},{"name":"dwcookie","type":"SiteCatalyst","value":"eVar35"}],"unitsOfMeasurement":{"width":"px","height":"px"},"locators":false},{"type":"Text","style":{"width":"338","height":"24","borderWidth":"0","borderColor":"transparent","backgroundColor":"transparent","zIndex":2000000000,"opacity":100,"display":"block","borderRadius":"0"},"position":{"top":"376","bottom":"598.196","left":"91","right":"1029.19"},"positionAnchors":{"positionX":"left","positionY":"top"},"content":"Contact us<\/a><\/u> about this survey.
 ","unitsOfMeasurement":{"width":"px","height":"px"},"locators":false},{"type":"CloseButton","style":{"width":"38","height":"36","borderWidth":"0","borderColor":"rgb(0, 0, 0)","backgroundColor":"transparent","zIndex":2000000000,"opacity":100,"display":"block","borderRadius":"0"},"position":{"top":"96","bottom":"866.193","left":"476","right":"944.19"},"positionAnchors":{"positionX":"left","positionY":"top"},"content":"","unitsOfMeasurement":{"width":"px","height":"px"},"locators":false},{"type":"CloseButton","style":{"width":"148","height":"36","borderWidth":"0","borderColor":"rgb(0, 0, 0)","backgroundColor":"transparent","zIndex":2000000000,"opacity":100,"display":"block","borderRadius":"0"},"position":{"top":"316","bottom":"646.193","left":"304","right":"1006.19"},"positionAnchors":{"positionX":"left","positionY":"top"},"content":"","unitsOfMeasurement":{"width":"px","height":"px"},"locators":false}],"MinTop":"96","MinLeft":"82"}, displayOptions:{"targetPosition":"MC","startPosition":"OBL","animate":false,"duration":1500,"transition":"easeto","delay":"10","close":"10","shadowBox":false,"shadowBoxOpacity":0.6,"shadowBoxColor":"#000000","shadowBoxFade":false,"auto":true,"prebuild":true,"autoClose":false}, resetStyle:".QSIPopOver div,.QSIPopOver dl,.QSIPopOver dt,.QSIPopOver dd,.QSIPopOver ul,.QSIPopOver ol,.QSIPopOver li,.QSIPopOver h1,.QSIPopOver h2,.QSIPopOver h3,.QSIPopOver h4,.QSIPopOver h5,.QSIPopOver h6,.QSIPopOver pre,.QSIPopOver form,.QSIPopOver fieldset,.QSIPopOver textarea,.QSIPopOver p,.QSIPopOver blockquote,.QSIPopOver th,.QSIPopOver td {margin:0;padding:0;color: black;font-family: arial;font-size: 12px;line-height: normal;}.QSIPopOver ul {margin: 12px 0;padding-left: 40px;}.QSIPopOver ol,.QSIPopOver ul {margin: 12px 0;padding-left: 40px;}.QSIPopOver ul li {list-style-type: disc;}.QSIPopOver ol li {list-style-type: decimal;}.QSIPopOver .scrollable {-webkit-overflow-scrolling: touch;}.QSIPopOver table {border-collapse: collapse;border-spacing: 0;}.QSIPopOver table td {padding: 2px;}.QSIEmbeddedTarget * {box-sizing: content-box;}" }); QSI.reg['SI_41H0nKC7Exw66S9'] = QSIPopOver; })(); QSI.InterceptsRan = true; var ResolvedEvent = document.createEvent('Event'); ResolvedEvent.initEvent('Resolved', true, true); document.body.dispatchEvent(ResolvedEvent); }; if(typeof JSON === 'undefined') { var loader = new QSI.util.ScriptLoader('http://a248.e.akamai.net/img.qualtrics.com/WRQualtricsShared/JavaScript/SiteInterceptEngine/'); loader.load('JSONParseModule.js').done(function() { QSI.util.waitForFocus().done(QSI.RunIntercepts); }); } else { QSI.util.waitForFocus().done(QSI.RunIntercepts); } }catch(e){QSI.dbg.e(e);}