<!DOCTYPE html><html id="phx-wrapper" lang="en-us"><head><style type="text/css">[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important;}
</style><script>var appCacheBuster = "v=2018-11-21-215450-c2095d2-012080";</script><script>window.Promise||document.write('<script src="/.bootscripts/polyfills/promise.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>window.fetch||document.write('<script src="/.bootscripts/polyfills/fetch.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>Object.assign||document.write('<script src="/.bootscripts/polyfills/assign.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(typeof window.Element.prototype.closest === 'function')||document.write('<script src="/.bootscripts/polyfills/element-closest.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(window.customElements&&window.customElements.define&&window.customElements.get&&window.customElements.whenDefined)||document.write('<script src="/.bootscripts/polyfills/webcomponents.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(String.prototype.endsWith||String.prototype.startsWith)||document.write('<script src="/.bootscripts/polyfills/string.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>"use strict";if(typeof IntersectionObserver==="undefined"||"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&!("isIntersecting"in window.IntersectionObserverEntry.prototype)){document.write("<script src=\"/.bootscripts/polyfills/intersectionobserver.min.js?"+appCacheBuster+"\"></s"+"cript>")}</script><script>"use strict";(function(){if(typeof window.CustomEvent==="function")return false;function CustomEvent(event,params){params=params||{bubbles:false,cancelable:false,detail:undefined};var evt=document.createEvent("CustomEvent");evt.initCustomEvent(event,params.bubbles,params.cancelable,params.detail);return evt}CustomEvent.prototype=window.Event.prototype;window.CustomEvent=CustomEvent})();</script><script>(function(siteProductionDomain, useCMP) {"use strict";function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function _iterableToArray(iter){if(Symbol.iterator in Object(iter)||Object.prototype.toString.call(iter)==="[object Arguments]")return Array.from(iter)}function _arrayWithoutHoles(arr){if(Array.isArray(arr)){for(var i=0,arr2=new Array(arr.length);i<arr.length;i++){arr2[i]=arr[i]}return arr2}}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor)}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor}var VENDOR_CONSENT_COOKIE_NAME="euconsent";var RANGE_ENCODING=1;var CONSENT_STRING_VERSION=1;var SHARED_FIELD_MAP=[{name:"cookieVersion",type:"int",numBits:6},{name:"created",type:"date",numBits:36},{name:"lastUpdated",type:"date",numBits:36},{name:"cmpId",type:"int",numBits:12},{name:"cmpVersion",type:"int",numBits:12},{name:"consentScreen",type:"int",numBits:6},{name:"consentLanguage",type:"6bitchar",numBits:12},{name:"vendorListVersion",type:"int",numBits:12}];var VENDOR_FIELD_MAP={fields:SHARED_FIELD_MAP.concat([{name:"purposeIdBitString",type:"bits",numBits:24},{name:"maxVendorId",type:"int",numBits:16},{name:"encodingType",type:"int",numBits:1},{name:"defaultConsent",type:"bool",numBits:1},{name:"numEntries",type:"int",numBits:12},{name:"vendorRangeList",type:"list",listCount:function listCount(decodedObject){return decodedObject.numEntries},validator:function validator(decodedObject){return decodedObject.encodingType===RANGE_ENCODING},fields:[{name:"isRange",type:"bool",numBits:1},{name:"startVendorId",type:"int",numBits:16},{name:"endVendorId",type:"int",numBits:16,validator:function validator(decodedObject){return decodedObject.isRange}}]}])};var PUBLISHER_CONSENT_COOKIE_NAME="eupubconsent";var PUBLISHER_FIELD_MAP={fields:SHARED_FIELD_MAP.concat([{name:"publisherPurposeVersion",type:"int",numBits:12},{name:"standardPurposeIdBitString",type:"bits",numBits:24},{name:"numCustomPurposes",type:"int",numBits:6},{name:"customPurposeIdBitString",type:"bits",numBits:function numBits(decodedObject){return decodedObject.numCustomPurposes}}])};var SIX_BIT_ASCII_OFFSET=65;var GdprStatus=function(){_createClass(GdprStatus,[{key:"VENDOR_IDS",get:function get(){return{indexexchange:10,sovrn:13,oath:25,appnexus:32,rhythmone:36,skimbit:46,rubicon:52,"33across":58,sift:69,pubmatic:76,comscore:77,criteo:91,teads:132,spotx:165,revcontent:203,adobe:264,nielsen:373,clicksco:493}}},{key:"PURPOSE_IDS",get:function get(){return{storage:1,personalization:2,advertising:3,content:4,measurement:5}}}]);function GdprStatus(){var _this=this;_classCallCheck(this,GdprStatus);this.decoder=new CmpCookieDecoder;this.applicablePromise=new Promise(function(resolve,reject){var detectionTimeout=setTimeout(function(){reject("Timeout")},1000);_this.setApplicable=function(result){clearTimeout(detectionTimeout);resolve(result)}})}_createClass(GdprStatus,[{key:"isApplicable",value:function isApplicable(){if(window.location.hash&&window.location.hash==="#assumeGdprApplicable"&&window.location.hostname!==this._siteProductionDomain){return Promise.resolve(true)}return this.applicablePromise}},{key:"isConsentSet",value:function isConsentSet(){if(!this._useCMP){return false}return!!this.decoder.readCookie(VENDOR_CONSENT_COOKIE_NAME)||!!this.decoder.readCookie(PUBLISHER_CONSENT_COOKIE_NAME)}},{key:"waitForConsentValue",value:function waitForConsentValue(){var _this2=this;if(!this._useCMP){return Promise.resolve()}if(!this._consentSetPromise){this._consentSetPromise=new Promise(function(resolve,reject){if(_this2.isConsentSet()){resolve(true);return}function setCallback(){if(window.phxConsentManagement){window.phxConsentManagement.setConsentUiCallback(function(){resolve(true)});return true}return false}if(!setCallback()){window.setTimeout(function(){if(!setCallback()){reject("phxConsentManagement was not resolved in time.")}},1000)}})}return this._consentSetPromise}},{key:"isConsentGivenForPublisherPurpose",value:function isConsentGivenForPublisherPurpose(purposeId){if(!this._useCMP){return Promise.resolve(false)}return this.getPublisherConsentValues().then(function(publisherValues){return publisherValues&&(publisherValues.selectedPurposeIds.has(purposeId)||publisherValues.selectedCustomPurposeIds.has(purposeId))})}},{key:"isConsentGivenForVendorPurpose",value:function isConsentGivenForVendorPurpose(purposeId){if(!this._useCMP){return Promise.resolve(false)}return Promise.all([this.getVendorConsentValues(),this.getPublisherConsentValues()]).then(function(values){var vendorValues=values[0];var publisherValues=values[1];return vendorValues&&vendorValues.selectedPurposeIds.has(purposeId)&&publisherValues&&(publisherValues.selectedPurposeIds.has(purposeId)||publisherValues.selectedCustomPurposeIds.has(purposeId))})}},{key:"isConsentGivenForVendor",value:function isConsentGivenForVendor(vendorId){if(!this._useCMP){return Promise.resolve(false)}return this.getVendorConsentValues().then(function(consentValues){return consentValues&&consentValues.selectedVendorIds.has(vendorId)})}},{key:"getVendorConsentValues",value:function getVendorConsentValues(){var cookie=this.decoder.readCookie(VENDOR_CONSENT_COOKIE_NAME);return Promise.resolve(cookie&&this.decoder.decodeVendorConsentData(cookie))}},{key:"getPublisherConsentValues",value:function getPublisherConsentValues(){var cookie=this.decoder.readCookie(PUBLISHER_CONSENT_COOKIE_NAME);return Promise.resolve(cookie&&this.decoder.decodePublisherConsentData(cookie))}},{key:"siteProductionDomain",set:function set(siteProductionDomain){this._siteProductionDomain=siteProductionDomain}},{key:"useCMP",set:function set(state){this._useCMP=state}}]);return GdprStatus}();var CmpCookieDecoder=function(){function CmpCookieDecoder(){_classCallCheck(this,CmpCookieDecoder)}_createClass(CmpCookieDecoder,[{key:"_decodeBitsToInt",value:function _decodeBitsToInt(bitString,start,length){return parseInt(bitString.substr(start,length),2)}},{key:"_decodeBitsToDate",value:function _decodeBitsToDate(bitString,start,length){return new Date(this._decodeBitsToInt(bitString,start,length)*100)}},{key:"_decodeBitsToBool",value:function _decodeBitsToBool(bitString,start){return parseInt(bitString.substr(start,1),2)===1}},{key:"_decode6BitCharacters",value:function _decode6BitCharacters(bitString,start,length){var decoded="";var decodeStart=start;while(decodeStart<start+length){decoded+=String.fromCharCode(SIX_BIT_ASCII_OFFSET+this._decodeBitsToInt(bitString,decodeStart,6));decodeStart+=6}return decoded}},{key:"_decodeField",value:function _decodeField(_ref){var _this3=this;var input=_ref.input,output=_ref.output,startPosition=_ref.startPosition,field=_ref.field;var type=field.type,numBits=field.numBits,listCount=field.listCount,validator=field.validator;if(typeof validator==="function"){if(!validator(output)){return{newPosition:startPosition}}}var bitCount=typeof numBits==="function"?numBits(output):numBits;var listEntryCount=typeof listCount==="function"?listCount(output):typeof listCount==="number"?listCount:0;switch(type){case"int":return{fieldValue:this._decodeBitsToInt(input,startPosition,bitCount)};case"bool":return{fieldValue:this._decodeBitsToBool(input,startPosition)};case"date":return{fieldValue:this._decodeBitsToDate(input,startPosition,bitCount)};case"bits":return{fieldValue:input.substr(startPosition,bitCount)};case"6bitchar":return{fieldValue:this._decode6BitCharacters(input,startPosition,bitCount)};case"list":return new Array(listEntryCount).fill().reduce(function(acc){var _this3$_decodeFields=_this3._decodeFields({input:input,fields:field.fields,startPosition:acc.newPosition}),decodedObject=_this3$_decodeFields.decodedObject,newPosition=_this3$_decodeFields.newPosition;return{fieldValue:_toConsumableArray(acc.fieldValue).concat([decodedObject]),newPosition:newPosition}},{fieldValue:[],newPosition:startPosition});default:return{};}}},{key:"_decodeFields",value:function _decodeFields(_ref2){var _this4=this;var input=_ref2.input,fields=_ref2.fields,_ref2$startPosition=_ref2.startPosition,startPosition=_ref2$startPosition===void 0?0:_ref2$startPosition;var position=startPosition;var decodedObject=fields.reduce(function(acc,field){var name=field.name,numBits=field.numBits;var _this4$_decodeField=_this4._decodeField({input:input,output:acc,startPosition:position,field:field}),fieldValue=_this4$_decodeField.fieldValue,newPosition=_this4$_decodeField.newPosition;if(fieldValue!==undefined){acc[name]=fieldValue}if(newPosition!==undefined){position=newPosition}else if(typeof numBits==="number"){position+=numBits}return acc},{});return{decodedObject:decodedObject,newPosition:position}}},{key:"_decodeCookieValue",value:function _decodeCookieValue(cookieValue,definitionMap){var unsafe=cookieValue.replace(/-/g,"+").replace(/_/g,"/")+"==".substring(0,3*cookieValue.length%4);var bytes=window.atob(unsafe);var inputBits="";for(var i=0;i<bytes.length;i++){var bitString=bytes.charCodeAt(i).toString(2);inputBits+=bitString.padStart(8,"0")}var _this$_decodeFields=this._decodeFields({input:inputBits,fields:definitionMap.fields}),decodedObject=_this$_decodeFields.decodedObject;return decodedObject}},{key:"_decodePublisherCookieValue",value:function _decodePublisherCookieValue(cookieValue){return this._decodeCookieValue(cookieValue,PUBLISHER_FIELD_MAP)}},{key:"_decodeVendorCookieValue",value:function _decodeVendorCookieValue(cookieValue){return this._decodeCookieValue(cookieValue,VENDOR_FIELD_MAP)}},{key:"_decodeBitsToIds",value:function _decodeBitsToIds(bitString){return bitString.split("").reduce(function(acc,bit,index){if(bit==="1"){acc.add(index+1)}return acc},new Set)}},{key:"decodePublisherConsentData",value:function decodePublisherConsentData(cookieValue){var _this$_decodePublishe=this._decodePublisherCookieValue(cookieValue),cookieVersion=_this$_decodePublishe.cookieVersion,cmpId=_this$_decodePublishe.cmpId,vendorListVersion=_this$_decodePublishe.vendorListVersion,publisherPurposeVersion=_this$_decodePublishe.publisherPurposeVersion,created=_this$_decodePublishe.created,lastUpdated=_this$_decodePublishe.lastUpdated,standardPurposeIdBitString=_this$_decodePublishe.standardPurposeIdBitString,customPurposeIdBitString=_this$_decodePublishe.customPurposeIdBitString;if(cookieVersion!==CONSENT_STRING_VERSION){throw new Error("Unsupported cookie version detected")}return{cookieVersion:cookieVersion,cmpId:cmpId,vendorListVersion:vendorListVersion,publisherPurposeVersion:publisherPurposeVersion,created:created,lastUpdated:lastUpdated,selectedPurposeIds:this._decodeBitsToIds(standardPurposeIdBitString),selectedCustomPurposeIds:this._decodeBitsToIds(customPurposeIdBitString)}}},{key:"decodeVendorConsentData",value:function decodeVendorConsentData(cookieValue){var _this$_decodeVendorCo=this._decodeVendorCookieValue(cookieValue),cookieVersion=_this$_decodeVendorCo.cookieVersion,cmpId=_this$_decodeVendorCo.cmpId,cmpVersion=_this$_decodeVendorCo.cmpVersion,consentScreen=_this$_decodeVendorCo.consentScreen,consentLanguage=_this$_decodeVendorCo.consentLanguage,vendorListVersion=_this$_decodeVendorCo.vendorListVersion,purposeIdBitString=_this$_decodeVendorCo.purposeIdBitString,maxVendorId=_this$_decodeVendorCo.maxVendorId,created=_this$_decodeVendorCo.created,lastUpdated=_this$_decodeVendorCo.lastUpdated,defaultConsent=_this$_decodeVendorCo.defaultConsent,encodingType=_this$_decodeVendorCo.encodingType,numEntries=_this$_decodeVendorCo.numEntries,vendorRangeList=_this$_decodeVendorCo.vendorRangeList;if(cookieVersion!==CONSENT_STRING_VERSION){throw new Error("Unsupported cookie version detected")}var cookieData={cookieVersion:cookieVersion,cmpId:cmpId,cmpVersion:cmpVersion,consentScreen:consentScreen,consentLanguage:consentLanguage,vendorListVersion:vendorListVersion,encodingType:encodingType,numEntries:numEntries,selectedPurposeIds:this._decodeBitsToIds(purposeIdBitString),maxVendorId:maxVendorId,created:created,lastUpdated:lastUpdated};if(encodingType===RANGE_ENCODING){var idMap=vendorRangeList.reduce(function(acc,_ref3){var isRange=_ref3.isRange,startVendorId=_ref3.startVendorId,endVendorId=_ref3.endVendorId;var lastVendorId=isRange?endVendorId:startVendorId;for(var i=startVendorId;i<=lastVendorId;i++){acc[i]=true}return acc},{});cookieData.selectedVendorIds=new Set;for(var i=0;i<=maxVendorId;i++){if(defaultConsent&&!idMap[i]||!defaultConsent&&idMap[i]){cookieData.selectedVendorIds.add(i)}}}else{throw new Error("Unsupported vendor encoding")}return cookieData}},{key:"readCookie",value:function readCookie(name){var value="; ".concat(document.cookie);var parts=value.split("; ".concat(name,"="));if(parts.length===2){return parts.pop().split(";").shift()}}}]);return CmpCookieDecoder}();window.GdprStatus=new GdprStatus;window.GdprStatus.siteProductionDomain = siteProductionDomain;
window.GdprStatus.useCMP = useCMP;
})('www.svconline.com', false);</script><script async src="/.eea.js"></script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
</script><script>window.googleAnalyticsConfig = {"trackers":[{"name":"_tempestTracker","id":"UA-1778701-17","cookieDomain":"www.svconline.com","sendEvents":true,"customDimensionMap":{"pageType":1,"parentSectionName":2,"authorName":3,"publicationQuarter":4,"channelName":11,"subscriptionStatus":12,"sectionPath":13,"eeaStatus":14,"trackedRichTermNames":16}},{"name":"_siteTracker","id":"UA-2342357-47","cookieDomain":"www.svconline.com","sendEvents":true,"customDimensionMap":{"subscriptionStatus":null,"sectionPath":null,"publicationQuarter":null,"authorName":7,"pageType":null,"channelName":null,"parentSectionName":null,"trackedRichTermNames":null}}],"initialModel":{"title":"The Wire","pageType":"Rich Term Page","path":"/the-wire","subscriptionStatus":"Unsubscribed","channelName":"Web"},"experimentId":null} || {trackers: []};
window.GdprStatus.isApplicable().then(function(isApplicable) {
  (function (googleAnalyticsConfig) {"use strict";var experimentVariant=null;if(window.cxApi){experimentVariant=cxApi.chooseVariation(googleAnalyticsConfig.experimentid);window.phxExperimentVariant=experimentVariant}googleAnalyticsConfig.sendPageView=function(model){model.experimentVariant=experimentVariant;model.subscriptionStatus=window.TempestIdentity&&window.TempestIdentity.benefits.premiumExperience?"Premium":"Unsubscribed";for(var i=0;i<googleAnalyticsConfig.trackers.length;i++){var tracker=googleAnalyticsConfig.trackers[i];if(tracker.experimentOnly&&!experimentVariant){continue}var config={};var prefix="";if(tracker.name){config.name=tracker.name;prefix=tracker.name+"."}if(tracker.cookieDomain){config.cookieDomain=tracker.cookieDomain}if(tracker.sampleRate){config.sampleRate=tracker.sampleRate}model.eeaStatus=isApplicable?"1":"0";if(isApplicable){config.storage="none";config.storeGac=false}ga("create",tracker.id,config);if(isApplicable){ga(prefix+"set","displayFeaturesTask",null)}ga(prefix+"set","page",model.path);ga(prefix+"set","title",model.title);ga(prefix+"set","anonymizeIp",true);var cd=tracker.customDimensionMap;for(var k in cd){if(!cd[k]||!cd.hasOwnProperty(k)){continue}var val=model[k];if(val!==undefined&&val!==null){ga(prefix+"set","dimension"+cd[k],""+val)}}ga(prefix+"send","pageview",model.path)}};var model=googleAnalyticsConfig.initialModel;model.positionInSession="initial";googleAnalyticsConfig.sendPageView(model);window._gaSent=true;  })(window.googleAnalyticsConfig);
});</script><script>"use strict";(function(){var pageLoadPromises=[];window.getTimedOutPageLoadPromise=function(timeoutMs){if(document.readyState==="complete"){return Promise.resolve(true)}else{var pageLoadPromise=new Promise(function(resolve,reject){window.addEventListener("load",function(){resolve(true)});pageLoadPromises.push(setTimeout(function(){resolve(true)},timeoutMs||0))});return pageLoadPromise}};window.addEventListener("load",function(){for(var i in pageLoadPromises){window.clearTimeout(pageLoadPromises[i])}})})();</script><script>"use strict";function _typeof(obj){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){_typeof=function _typeof(obj){return typeof obj}}else{_typeof=function _typeof(obj){return obj&&typeof Symbol==="function"&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj}}return _typeof(obj)}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor)}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor}function _possibleConstructorReturn(self,call){if(call&&(_typeof(call)==="object"||typeof call==="function")){return call}return _assertThisInitialized(self)}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return self}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function")}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});if(superClass)_setPrototypeOf(subClass,superClass)}function _wrapNativeSuper(Class){var _cache=typeof Map==="function"?new Map:undefined;_wrapNativeSuper=function _wrapNativeSuper(Class){if(Class===null||!_isNativeFunction(Class))return Class;if(typeof Class!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof _cache!=="undefined"){if(_cache.has(Class))return _cache.get(Class);_cache.set(Class,Wrapper)}function Wrapper(){return _construct(Class,arguments,_getPrototypeOf(this).constructor)}Wrapper.prototype=Object.create(Class.prototype,{constructor:{value:Wrapper,enumerable:false,writable:true,configurable:true}});return _setPrototypeOf(Wrapper,Class)};return _wrapNativeSuper(Class)}function isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Date.prototype.toString.call(Reflect.construct(Date,[],function(){}));return true}catch(e){return false}}function _construct(Parent,args,Class){if(isNativeReflectConstruct()){_construct=Reflect.construct}else{_construct=function _construct(Parent,args,Class){var a=[null];a.push.apply(a,args);var Constructor=Function.bind.apply(Parent,a);var instance=new Constructor;if(Class)_setPrototypeOf(instance,Class.prototype);return instance}}return _construct.apply(null,arguments)}function _isNativeFunction(fn){return Function.toString.call(fn).indexOf("[native code]")!==-1}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(o,p){o.__proto__=p;return o};return _setPrototypeOf(o,p)}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o)};return _getPrototypeOf(o)}var DELAY_TIMEOUT=30000;var PhoenixScript=function(_HTMLElement){_inherits(PhoenixScript,_HTMLElement);function PhoenixScript(){_classCallCheck(this,PhoenixScript);return _possibleConstructorReturn(this,_getPrototypeOf(PhoenixScript).apply(this,arguments))}_createClass(PhoenixScript,[{key:"connectedCallback",value:function connectedCallback(){this.delayLoad=this.hasAttribute("delay-load");this.blockPremium=this.hasAttribute("block-premium");this.blockGdprApplicable=this.hasAttribute("block-on-gdpr-applicable");this.waitForApp=this.hasAttribute("wait-for-app");this.templateId=this.getAttribute("script-id");this.scriptSrc=this.getAttribute("src");if(!this.templateId&&!this.scriptSrc){throw new Error("script-id or src is required")}if(this.templateId&&this.scriptSrc){throw new Error("script-id and src are mutually exclusive")}this.consentVendorId=parseInt(this.getAttribute("block-on-gdpr-vendor-consent"),10);this.consentPurposeId=parseInt(this.getAttribute("block-on-gdpr-purpose-consent"),10);this.blockGdprConsent=this.consentVendorId||this.consentPurposeId;this._handleWaitForPromises()}},{key:"_whenPageLoaded",value:function _whenPageLoaded(timeoutMs){var _this=this;if(document.readyState==="complete"){return Promise.resolve()}else{if(!this.delayLoadTimeouts){this.delayLoadTimeouts=[]}window.addEventListener("load",function(){for(var i in _this.delayLoadTimeouts){window.clearTimeout(_this.delayLoadTimeouts[i])}});return new Promise(function(resolve,reject){window.addEventListener("load",resolve);_this.delayLoadTimeouts.push(setTimeout(resolve,timeoutMs||0))})}}},{key:"_whenAppLoaded",value:function _whenAppLoaded(){if(window._angularAppLoaded===true){return Promise.resolve()}else{return new Promise(function(resolve,reject){window.addEventListener("angularAppLoaded",resolve)})}}},{key:"_handleWaitForPromises",value:function _handleWaitForPromises(){var _this2=this;var promises=[];if(this.delayLoad){promises.push(this._whenPageLoaded(DELAY_TIMEOUT))}if(this.waitForApp){promises.push(this._whenAppLoaded())}if(this.blockPremium){if(!window.phxConfigQueue){throw new Error("config object is necessary to check premium")}promises.push(new Promise(function(resolve,reject){window.phxConfigQueue.push(function(){if(this.user.hasPremium()){reject()}else{resolve()}})}))}var gdpr=window.GdprStatus;if(this.blockGdprApplicable){if(!gdpr){throw new Error("window.GdprStatus is required")}promises.push(new Promise(function(resolve,reject){gdpr.isApplicable().then(function(isApplicable){if(!isApplicable){resolve()}else{reject()}})}))}if(this.blockGdprConsent){if(!gdpr){throw new Error("window.GdprStatus is required")}promises.push(new Promise(function(resolve,reject){return gdpr.isApplicable().then(function(isApplicable){if(isApplicable){gdpr.waitForConsentValue().then(function(){var promises=[];if(_this2.consentVendorId){promises.push(gdpr.isConsentGivenForVendorPurpose(_this2.consentPurposeId));promises.push(gdpr.isConsentGivenForVendor(_this2.consentVendorId))}else{promises.push(gdpr.isConsentGivenForPublisherPurpose(_this2.consentPurposeId));promises.push(Promise.resolve(true))}Promise.all(promises).then(function(values){if(values[0]&&values[1]){resolve()}else{reject()}})})}else{resolve()}})}))}Promise.all(promises).then(function(){_this2._inject()}).catch(function(){})}},{key:"_inject",value:function _inject(){var script=document.createElement("script");if(this.scriptSrc){script.src=this.scriptSrc}else if(this.templateId){var template=document.getElementById(this.templateId);if(!template){throw new Error("template not found for "+this.templateId)}script.innerHTML=template.innerHTML;template.parentElement.removeChild(template)}this.appendChild(script)}}]);return PhoenixScript}(_wrapNativeSuper(HTMLElement));window.customElements.define("phoenix-script",PhoenixScript);</script><script>(function(d) {
    var config = {
        kitId: "plr0hmd",
        scriptTimeout: 3000,
        async: true,
        active: function (){
            var fontLoaded = new Event('typekitFontLoaded');
            d.dispatchEvent(fontLoaded);
        }
    },
    h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,'')+' wf-inactive';},config.scriptTimeout),tk=d.createElement('script'),f=false,s=d.getElementsByTagName('script')[0],a;h.className+=' wf-loading';tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!='complete'&&a!='loaded')return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script><link rel="stylesheet" href="/components/filament-sticky/fixedsticky.css?v=2018-11-21-215450-c2095d2-012080"><link rel="stylesheet" href="/site/styles/main.min.css?config=published&amp;cv=f192e1e06f365b6bd6a384ba7f9c0144&amp;v=2018-11-21-215450-c2095d2-012080"><script>(function () {
    var givenQs = '&' + window.location.search.substr(1) + '&';
    var newQs = givenQs.replace(/&(bt_email|vero_id)=[^&]+&/, '&REDACTED=REDACTED&');
    if (newQs !== givenQs) {
        console.warn('We have redacted a personal information argument in the query string');
        var newUrl = window.location.pathname + '?' + newQs.substr(1, newQs.length - 2);
        window.history.replaceState({}, '', newUrl);
    }
})();
</script><script>var phxConfigQueue = window.phxConfigQueue || [];
</script><script async src="/.bootscripts/config.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script>phxConfigQueue.push(function () {
    this.features.init({"alt-demo-data":false,"quotes-revamp":true,"wide-content-well":true,"tempest-video":true,"atf-sidebar-enabled":true});
});</script><script>'use strict';
var phxBeaconQueue = window.phxBeaconQueue || [];
</script><script async src="/.bootscripts/beacon.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script>var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];</script><script async src="/runtime/alpha.js?v=2018-11-21-215450-c2095d2-012080"></script><script>var phxPrebidQueue = window.phxPrebidQueue || [];
</script><script async src="/runtime/beta.js?v=2018-11-21-215450-c2095d2-012080"></script><script>(function(prebidConfig){"use strict";window.GdprStatus.isApplicable().then(function(isApplicable){prebidConfig.gdprIsApplicable=isApplicable;phxPrebidQueue.push(function(){this.startAuction(prebidConfig)})});})({"beacons":{"targetingParams":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/targetingparams","paramSeparators":{"ksg":":","terms":";"},"exclude":{"ag":true,"in":true,"pt":true,"et":true,"gd":true}},"demoUsage":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/demousage","paramSeparators":{"krux":","},"raw":{"krux":true}},"bannerShown":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/bannershown"},"prebidAuctionEnded":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/prebidauctionended"}},"siteProductionDomain":"www.svconline.com","slots":[{"sizes":[{"width":320,"height":50},{"width":320,"height":100},{"width":300,"height":250}],"screenSizes":["A"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-ff60f501cc904ce381986f794346becc"},{"sizes":[{"width":728,"height":90}],"screenSizes":["B"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-3a997a51a909429da0b85f0103b264ec"},{"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90}],"screenSizes":["C","D"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-a8bc8fc45adc47f3a115fbeb9f2b7396"},{"sizes":[{"name":"fixedBottomA"}],"screenSizes":["A"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-ae6dc0e5e7f448b0ae9b66af20049dc1"},{"sizes":[{"name":"fixedBottomB"}],"screenSizes":["B"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-e15fb0a7808f4772beaad1c5a75d14ce"},{"sizes":[{"name":"fixedBottomC"}],"screenSizes":["C"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-e4635b96568040c0b3717c1d8033f5cb"}],"units":{"A":[{"code":"ad-ff60f501cc904ce381986f794346becc","mediaTypes":{"banner":{"sizes":[[320,50]]}},"bids":[{"bidder":"ix","params":{"siteId":"188469","size":[320,50]}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"aol","params":{"placement":"4126091","network":"9892.1"}}]},{"code":"ad-ae6dc0e5e7f448b0ae9b66af20049dc1","mediaTypes":{"banner":{"sizes":[[320,50]]}},"bids":[{"bidder":"ix","params":{"siteId":"188954","size":[320,50]}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"aol","params":{"placement":"4414905","network":"9892.1"}}]}],"B":[{"code":"ad-3a997a51a909429da0b85f0103b264ec","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188466","size":[728,90]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4126088","network":"9892.1"}}]},{"code":"ad-e15fb0a7808f4772beaad1c5a75d14ce","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188953","size":[728,90]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4414902","network":"9892.1"}}]}],"C":[{"code":"ad-a8bc8fc45adc47f3a115fbeb9f2b7396","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188466","size":[728,90]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4126088","network":"9892.1"}}]},{"code":"ad-e4635b96568040c0b3717c1d8033f5cb","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188953","size":[728,90]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4414902","network":"9892.1"}}]}]},"unitVendorConfig":{},"timeout":1300});</script><script>window.phxPageTarget = {config: {"global":{"config":{"networkId":"88059007","adUnitPathTemplates":[{"type":"simple","key":"hostname"},{"type":"simple","key":"section"}],"beacons":{"targetingParams":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/targetingparams","paramSeparators":{"ksg":":","terms":";"},"exclude":{"ag":true,"in":true,"pt":true,"et":true,"gd":true}},"demoUsage":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/demousage","paramSeparators":{"krux":","},"raw":{"krux":true}},"bannerShown":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/bannershown"},"prebidAuctionEnded":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/prebidauctionended"}},"customTargetingTemplates":{"adindex":{"type":"simple","key":"index"},"adzone":{"type":"simple","key":"zone"},"adzoneindex":{"type":"simple","key":"zoneIndex"},"hb_adid":{"type":"simple","key":"prebidAdId"},"hb_bidder":{"type":"simple","key":"prebidWinner"},"hb_pb":{"type":"simple","key":"prebidPriceBucket"},"hb_pbd":{"type":"simple","key":"prebidPriceBucketDollar"},"hb_size":{"type":"simple","key":"prebidAdSize"},"position":{"type":"simple","key":"positionTarget"},"rid":{"type":"simple","key":"rid"},"siteadzoneindex":{"type":"simple","key":"siteZoneIndex"},"sponlineitemid":{"type":"simple","key":"sponsorLineItemId"},"native_card_type":{"type":"simple","key":"nativeCardType"}},"customTargetingPageTemplates":{"ag":{"type":"simple","key":"ag"},"channel":{"type":"simple","key":"channelCode"},"env":{"type":"simple","key":"env"},"et":{"type":"simple","key":"et"},"gd":{"type":"simple","key":"gd"},"in":{"type":"simple","key":"in"},"ksg":{"type":"simple","key":"ksg"},"kuid":{"type":"simple","key":"kuid"},"lang":{"type":"simple","key":"languageCode"},"pagetype":{"type":"simple","key":"pageType"},"path":{"type":"simple","key":"path"},"pt":{"type":"simple","key":"pt"},"referrer":{"type":"simple","key":"referrer"},"terms":{"type":"simple","key":"terms"}},"specialSizes":{"0":"fluid","1":"fluid","2":"fluid","3":"fluid","4":"fluid","320x60":"fixedBottomA","320x50":"fixedBottomA","300x50":"fixedBottomA","768x66":"fixedBottomB","728x90":"fixedBottomC","900x65":"fixedBottomC","970x90":"fixedBottomC","1x2":"siteSkin","640x360":"outstream"}},"baseModel":{"hostname":"www.svconline.com","path":"/the-wire","channelCode":"web","languageCode":"en","pageType":"section","section":["the-wire"],"terms":[],"env":"prod"}},"sizedSlots":[{"id":"ad-ff60f501cc904ce381986f794346becc","config":{"sizes":[[320,50],[320,100],[300,250]]},"screenSizes":["A"],"model":{"zone":"header","index":0,"isOutstream":false}},{"id":"ad-3a997a51a909429da0b85f0103b264ec","config":{"sizes":[[728,90]]},"screenSizes":["B"],"model":{"zone":"header","index":0,"isOutstream":false}},{"id":"ad-a8bc8fc45adc47f3a115fbeb9f2b7396","config":{"sizes":[[970,250],[970,90],[728,90]]},"screenSizes":["C","D"],"model":{"zone":"header","index":0,"isOutstream":false}},{"id":"ad-ae6dc0e5e7f448b0ae9b66af20049dc1","config":{"sizes":[[320,60],[320,50],[300,50]]},"screenSizes":["A"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}},{"id":"ad-e15fb0a7808f4772beaad1c5a75d14ce","config":{"sizes":[[768,66],[728,90]]},"screenSizes":["B"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}},{"id":"ad-e4635b96568040c0b3717c1d8033f5cb","config":{"sizes":[[900,65],[970,90],[728,90]]},"screenSizes":["C"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}}],"outOfPageSlots":[{"id":"ad-20c3eb375b6d4fd4b9ed466a35d3b0f1","config":{},"model":{"zone":"interstitial","index":0,"isOutstream":false}}]}};</script><script>var phxAdvertisingQueue = window.phxAdvertisingQueue || [];
var phxAdServerQueue = window.phxAdServerQueue || [];
var phxDemographicsQueue = window.phxDemographicsQueue || [];
</script><script async src="/runtime/gamma.js?v=2018-11-21-215450-c2095d2-012080"></script><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];</script><script defer src="https://www.googletagservices.com/tag/js/gpt.js"></script><script defer src="/runtime/delta.js?v=2018-11-21-215450-c2095d2-012080"></script><script>phxDemographicsQueue.push(function () {
    this.init({"addressableDemographics":{"CA":{"55plus":false,"21plus":false,"45plus":false,"f":false,"21-49":false,"25-34":false,"55-64":false,"m":true,"18plus":false,"65plus":false,"18-24":false,"45-54":true,"25plus":false,"25-54":false,"25-44":false,"35plus":false,"35-54":false,"35-44":false,"18-34":false},"GB":{"55plus":false,"all":false,"45plus":false,"gbp50k":true,"18-24":false,"45-54":true,"25-44":false,"55-64":false,"25-54":false,"21plus":false,"35-44":false,"18plus":false,"65plus":false,"25plus":false,"gbp70k":true,"21-49":false,"25-34":false,"18-34":false,"35plus":false,"35-54":false,"f":false,"m":true},"US":{"55plus":false,"all":false,"45plus":false,"usd150k":true,"18-24":false,"45-54":true,"25-44":false,"55-64":false,"25-54":false,"21plus":false,"35-44":false,"18plus":false,"asia":false,"65plus":false,"hisp":false,"25plus":false,"usd75k":true,"usd100k":true,"21-49":false,"25-34":false,"18-34":false,"35plus":false,"35-54":false,"afam":false,"f":false,"m":true}}});
});
</script><script>if (window.phxPageTarget) {
    phxAdvertisingQueue.push(function () {
        this.beginPage(window.phxPageTarget.config);
    });
}</script><script>(function() {
    window._comscore = window._comscore || [];
    var comscoreTag = {
        c1: '2',
        c2: '27019031',
    };
    var campaignId = '';
    var siteUrl = '';
    if (campaignId || siteUrl) {
        comscoreTag.c3 = campaignId;
        comscoreTag.c4 = siteUrl ? encodeURIComponent(siteUrl) : '';
    }
    window._comscore.push(comscoreTag);
})();</script><script>(function() {
    var s = document.createElement("script"), el = document.getElementsByTagName("script")[0];
    s.async = true;
    s.src = "https://sb.scorecardresearch.com/beacon.js";
    el.parentNode.insertBefore(s, el);
})();</script><base href="/"><meta charset="utf-8"><meta name="referrer" content="unsafe-url"><meta http-equiv="cleartype" content="on"><meta name="HandheldFriendly" content="True"><meta name="MobileOptimized" content="320"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="black"><link rel="apple-touch-icon" href="/site/images/apple-touch-icon.png?v=2018-11-21-215450-c2095d2-012080"><link rel="apple-touch-icon" sizes="57x57" href="/site/images/apple-touch-icon-57x57-precomposed.png?v=2018-11-21-215450-c2095d2-012080"><link rel="apple-touch-icon" sizes="72x72" href="/site/images/apple-touch-icon-72x72-precomposed.png?v=2018-11-21-215450-c2095d2-012080"><link rel="apple-touch-icon" sizes="114x114" href="/site/images/apple-touch-icon-114x114-precomposed.png?v=2018-11-21-215450-c2095d2-012080"><meta name="format-detection" content="telephone=no"><meta name="format-detection" content="address=no"><meta name="google-site-verification" content="dM_ora_2MwojMh0vgRQw7KTkd6VyTx2nLSsIuRF9aKU"><meta name="generator" content="Tempest - www.saymedia.com"><link rel="shortcut icon" href="/favicon.ico"><link rel="schema.dcterms" href="http://purl.org/dc/terms/"><meta name="pinterest" content="nohover"><link rel="alternate" type="application/rss+xml" title="Sound &amp; Video Contractor - Main - RSS feed" href="https://www.svconline.com/.rss/full/"><link rel="alternate" type="application/rss+xml" title="Sound &amp; Video Contractor - The Wire - RSS feed" href="https://www.svconline.com/.rss/full/the-wire"><title>wire - Sound &amp; Video Contractor</title><link rel="canonical" href="https://www.svconline.com/the-wire"><meta name="description" content="Log In"><meta name="keywords" content="The Wire"><meta name="pagetype" content="rich_term"><meta name="robots" content="noodp"><meta name="item-id" content="ci021fbce0a0362407"><meta name="published" content="2018-01-24T23:06:50Z"><meta name="modified" content="2018-05-22T19:27:51Z"><meta name="dcterms.rightsHolder" content="Sound &amp; Video Contractor is part of Future plc, an international media group and leading digital publisher. Visit our corporate site."><meta name="dcterms.dateCopyrighted" content="2018"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:url" content="https://www.svconline.com/the-wire"><meta name="twitter:description" content="Log In"><meta name="twitter:domain" content="www.svconline.com"><meta property="og:type" content="website"><meta property="og:url" content="https://www.svconline.com/the-wire"><meta property="og:title" content="The Wire"><meta property="og:description" content="Log In"><meta property="og:site_name" content="Sound &amp; Video Contractor"><meta name="pinterest-rich-pin" content="true"><meta name="apple-mobile-web-app-title" content="Sound &amp; Video Contractor"><meta name="parsely-title" content="The Wire - Sound &amp; Video Contractor"><meta name="parsely-link" content="https://www.svconline.com/the-wire"><meta name="parsely-post-id" content="ci021fbce0a0362407"><meta name="parsely-pub-date" content="2018-01-24T23:06:50Z"><meta name="parsely-tags" content="The Wire"><meta name="phx:content-item-id" content="ci021fbce0a0362407"><meta name="phx:content-object-type" content="ContentRichTerm"></head><body class="mm-alt-demo-data-enabled mm-quotes-revamp-enabled mm-wide-content-well-enabled mm-tempest-video-enabled mm-atf-sidebar-enabled-enabled" phx-page-manager><phoenix-page><phoenix-style href="/site/styles/print.min.css?v=2018-11-21-215450-c2095d2-012080" media="print" delay-load></phoenix-style><div id="lyra-wrapper"><div class="m-off-canvas" phx-off-canvas-nav is-off-canvas-open="isOffCanvasOpen"></div><phx-smart-nav></phx-smart-nav><div class="m-page-wrapper"><div><div class="m-header-ad not-size-b not-size-c not-size-d" data-class-rules="[]" data-ad-group="header-0" data-max-ad-reloads="5"><div class="m-header-ad--slot is-placeholder not-size-b not-size-c not-size-d"><div id="ad-ff60f501cc904ce381986f794346becc"></div></div></div><div class="m-header-ad not-size-a not-size-c not-size-d" data-class-rules="[]" data-ad-group="header-0" data-max-ad-reloads="5"><div class="m-header-ad--slot is-placeholder not-size-a not-size-c not-size-d"><div id="ad-3a997a51a909429da0b85f0103b264ec"></div></div></div><div class="m-header-ad not-size-a not-size-b" data-class-rules="[]" data-ad-group="header-0" data-max-ad-reloads="5"><div class="m-header-ad--slot is-placeholder not-size-a not-size-b"><div id="ad-a8bc8fc45adc47f3a115fbeb9f2b7396"></div><span class="bt-uid-tg" uid="5ae8a99794-168" style="display: none !important"></span></div></div></div><nav class="l-sticky-navbar" phx-nav-sticky><phx-off-canvas-toggler class="m-header--menu"></phx-off-canvas-toggler><ul class="m-header--main-nav"><li><a class="m-header--navbar-logo" phx-track-event phx-track-id="logo" href="/"><img src="https://www.svconline.com/.image/cs_srgb%2Cq_auto:good/MTUyNjc2NDEwMjc0NjIwOTY2/navbar.svg" alt="Logo"></a></li><li class="m-header--main-link " phx-track-id="section"><a href="/products" ng-click="clickHandler($event)" target="" phx-track-event>Products</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/markets" ng-click="clickHandler($event)" target="" phx-track-event>Markets</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/staging" ng-click="clickHandler($event)" target="" phx-track-event>Staging</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/the-wire" ng-click="clickHandler($event)" target="" phx-track-event>The Wire</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/resources" ng-click="clickHandler($event)" target="" phx-track-event>Resources</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/blog/svc-podcasts" ng-click="clickHandler($event)" target="" phx-track-event>Podcasts</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/needtoknow" ng-click="clickHandler($event)" target="" phx-track-event>Need to Know</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/svc-event" ng-click="clickHandler($event)" target="" phx-track-event>Events</a></li><li class="m-header--main-link m-navbar--menu-link-external " phx-track-id="section"><a href="https://www.b2bmediaportal.com/dynamicregister/register.aspx?fid=SVMF&amp;status=NEW&amp;key=J15WEB" ng-click="clickHandler($event)" target="" phx-track-event>Subscribe</a></li><li class="m-header--main-link m-navbar--menu-link-external mm-special-button mm-special-inverted " phx-track-id="section"><a href="http://www.av-iq.com/" ng-click="clickHandler($event)" target="_blank" phx-track-event>AV-iQ</a></li></ul><div class="m-header--search-group"><div class="m-header--search"><a class="m-icon-button" aria-label="Search" href="/search" title="Search" phx-track-event phx-track-id="search"><svg class="m-svg m-icon-button--icon"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_search" phx-svg-fallback></use></svg></a></div><div class="m-header--user" ng-cloak ng-if="user" phx-nav><a href="#" ng-click="toggleUserMenu()"><span class="m-user--subscribe" ng-if="!user.isAuthenticated">Join</span><img class="m-user--image" ng-if="user.isAuthenticated" ng-src="{{user.profile.avatar}}" alt=""></a></div></div></nav><div class="m-advertisement-off-canvas--pusher"><header class="m-header mm-header-standard  mm-header-left m-content-detail" phx-track-id="header"><section><ul class="m-header--social-nav"><li class="m-header--link m-header--social-facebook" phx-track-id="social"><a aria-label="facebook" href="https://www.facebook.com/svconline" target="_blank" phx-track-event phx-track-id="facebook-follow"><svg class="m-svg"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_facebook" phx-svg-fallback></use></svg></a></li><li class="m-header--link m-header--social-twitter" phx-track-id="social"><a aria-label="twitter" href="https://twitter.com/SVC_Online" target="_blank" phx-track-event phx-track-id="twitter-follow"><svg class="m-svg"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_twitter" phx-svg-fallback></use></svg></a></li></ul><ul class="m-header--tertiary-nav"></ul><div class="m-header--main"><a class="m-header--logo mm-has-svg" style="background-image: url(https://www.svconline.com/.image/cs_srgb%2Cq_auto:good/MTUyNjc2NDA0MTAwNjA1NDc4/small.svg)" href="/" aria-label="Sound &amp; Video Contractor" phx-track-id="logo" phx-track-event></a><phoenix-import class="m-header--coverlines-container" src="/.api/coverlines" phx-track-id="coverline"></phoenix-import></div></section><nav class="m-header--navbar mm-protected-nav"><phx-off-canvas-toggler class="m-header--menu"></phx-off-canvas-toggler><ul class="m-header--main-nav"><li><a class="m-header--navbar-logo" phx-track-event phx-track-id="logo" href="/"><img src="https://www.svconline.com/.image/cs_srgb%2Cq_auto:good/MTUyNjc2NDEwMjc0NjIwOTY2/navbar.svg" alt="Logo"></a></li><li class="m-header--main-link " phx-track-id="section"><a href="/products" ng-click="clickHandler($event)" target="" phx-track-event>Products</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/markets" ng-click="clickHandler($event)" target="" phx-track-event>Markets</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/staging" ng-click="clickHandler($event)" target="" phx-track-event>Staging</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/the-wire" ng-click="clickHandler($event)" target="" phx-track-event>The Wire</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/resources" ng-click="clickHandler($event)" target="" phx-track-event>Resources</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/blog/svc-podcasts" ng-click="clickHandler($event)" target="" phx-track-event>Podcasts</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/needtoknow" ng-click="clickHandler($event)" target="" phx-track-event>Need to Know</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/svc-event" ng-click="clickHandler($event)" target="" phx-track-event>Events</a></li><li class="m-header--main-link m-navbar--menu-link-external " phx-track-id="section"><a href="https://www.b2bmediaportal.com/dynamicregister/register.aspx?fid=SVMF&amp;status=NEW&amp;key=J15WEB" ng-click="clickHandler($event)" target="" phx-track-event>Subscribe</a></li><li class="m-header--main-link m-navbar--menu-link-external mm-special-button mm-special-inverted " phx-track-id="section"><a href="http://www.av-iq.com/" ng-click="clickHandler($event)" target="_blank" phx-track-event>AV-iQ</a></li></ul><div class="m-header--search-group"><div class="m-header--search"><a class="m-icon-button" aria-label="Search" href="/search" title="Search" phx-track-event phx-track-id="search"><svg class="m-svg m-icon-button--icon"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_search" phx-svg-fallback></use></svg></a></div><div class="m-header--user" ng-cloak ng-if="user" phx-nav><a href="#" ng-click="toggleUserMenu()"><span class="m-user--subscribe" ng-if="!user.isAuthenticated">Join</span><img class="m-user--image" ng-if="user.isAuthenticated" ng-src="{{user.profile.avatar}}" alt=""></a></div></div></nav></header><section class="m-page-container trackable click"><div class="m-advertisement--skin-container"></div><div class="m-page" ng-class="pageClasses"><script type="application/json" id="pageItemData">{"id":"ci021fbce0a0362407","objectType":"ContentRichTerm","originalPublicationTimestamp":"2018-01-24T23:06:50Z","path":"/the-wire","publicationTimestamp":"2018-01-24T23:06:50Z","title":"The Wire","viewProperties":{"rss":{"collection":{"filter":{"term":"ci021fbce0a0362407","type":"ContentArticle"}}},"analyticsModel":{"title":"The Wire","pageType":"Rich Term Page"}},"affiliatesEnabled":true,"associatedRichTerms":[],"commentsEnabled":true,"disqusId":"4264b599-015b-11e8-b3ec-02bcf592b928","isCanvas":true,"metaTitle":"wire","slug":"the-wire","hasGallery":false}</script><section class="m-sub-navigation m-component-stack is-inverted mm-component-stack--is-stacked mm-component-stack--has-background" style="background-color:#ea222e;"><div class="m-sub-navigation--container"><div class="m-sub-navigation--items m-breadcrumbs mm-breadcrumbs--inverted" phx-breadcrumbs ng-class="{ 'is-collapsed': isCollapsed &amp;&amp; isCollapsingEnabled }"><button class="m-breadcrumbs--expand-button m-icon-button mm-icon-button--small-icon is-inverted" aria-label="{{isCollapsed ? 'Expand Breadcrumbs' : 'Collapse Breadcrumbs'}}" ng-class="{ 'is-collapsed': isCollapsed, 'is-collapsing-enabled': isCollapsingEnabled }" ng-show="isCollapsingEnabled" ng-click="toggleCollapsedState()" ng-cloak><svg class="m-svg m-icon-button--icon"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_angle_double_right" phx-svg-fallback></use></svg></button><div class="m-breadcrumbs--container"><ul class="m-breadcrumbs--items" phx-breadcrumb-container><li class="m-breadcrumbs--item" phx-breadcrumb-item><a class="m-breadcrumbs--link m-sub-navigation--link" phx-track-event href="/">Home</a><svg class="m-svg m-breadcrumbs--divider" aria-hidden="true"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_angle_right" phx-svg-fallback></use></svg></li><li class="m-breadcrumbs--item is-dropdown" phx-breadcrumb-item><div class="m-dropdown mm-dropdown--subnav mm-dropdown--inverted" phx-dropdown ng-class="{ 'is-open': isOpen }" id="ci021fbce0a0362407"><div class="m-dropdown--toggler-container"><button class="m-dropdown--toggler" ng-click="toggle()" ng-class="{'is-active': isOpen}"><span class="m-dropdown--toggler-text">The Wire</span><svg class="m-svg m-dropdown--toggler-icon" aria-hidden="true"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_caret_down" phx-svg-fallback></use></svg></button></div><div class="m-dropdown--container"><ul class="m-breadcrumbs--sub-links"><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/audio" phx-track-event title="Audio">Audio</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/case-studies" phx-track-event title="Case Studies">Case Studies</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/infocomm" phx-track-event title="InfoComm">InfoComm</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/infrastructure" phx-track-event title="Infrastructure">Infrastructure</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/markets" phx-track-event title="Markets">Markets</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/new-products" phx-track-event title="New Products">New Products</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/news" phx-track-event title="News">News</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/security" phx-track-event title="Security">Security</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/tradeshows-events" phx-track-event title="Tradeshows / Events">Tradeshows / Events</a></li><li class="m-breadcrumbs--sub-link" ng-class="{&quot;is-selected&quot;:false}"><a class="m-breadcrumbs--dropdown-link" href="/the-wire/video" phx-track-event title="Video">Video</a></li></ul></div></div><svg class="m-svg m-breadcrumbs--divider" aria-hidden="true"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_angle_right" phx-svg-fallback></use></svg></li></ul></div></div></div><ul class="m-sub-navigation--items m-sub-navigation--pushdown" ng-class="{ 'is-active': subSectionPanels['ci021fbce0a0362407']}"><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/audio" phx-track-event title="Audio">Audio</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/case-studies" phx-track-event title="Case Studies">Case Studies</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/infocomm" phx-track-event title="InfoComm">InfoComm</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/infrastructure" phx-track-event title="Infrastructure">Infrastructure</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/markets" phx-track-event title="Markets">Markets</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/new-products" phx-track-event title="New Products">New Products</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/news" phx-track-event title="News">News</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/security" phx-track-event title="Security">Security</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/tradeshows-events" phx-track-event title="Tradeshows / Events">Tradeshows / Events</a></li><li class="m-sub-navigation--pushdown-item"><a class="m-sub-navigation--link" href="/the-wire/video" phx-track-event title="Video">Video</a></li></ul></section><section class="m-component-stack mm-component-stack--is-stacked"><div class="m-hub-header mm-hub-header--small mm-hub-header--is-center-aligned"><div class="m-hub-header--item m-hub-header--title"><h1 class="m-hub-header--title-heading" role="heading"><span>The Wire</span></h1></div><div class="m-hub-header--item m-hub-header--body"><div class="m-hub-header--body-content"><div class="m-hub-header--description"><!-- tml-version="2" --><p><a href="https://tempest.saymedia.com" phx-track-event="" target="_blank">Log In</a></p><div><figure class="m-embed m-embed--embedcode l-inline"><phoenix-embedcode-embed class="m-custom-element" block-on-gdpr-applicable=""><script type="text/plain">&lt;div class=&quot;ndi-central-widget&quot; style=&quot; margin-bottom:15px; background-color: white; border-radius: 15px; width:100%; max-width: 1100px;&quot;&gt;&lt;script async src=&quot;https://d36hc0p18k1aoc.cloudfront.net/pages/a5b5e5.js&quot;&gt;&lt;/script&gt;
&lt;div class=&quot;mobile-head&quot;&gt;&lt;a href=&quot;http://ndicentral.avnetwork.com&quot; target=&quot;_parent&quot;&gt;&lt;img src=&quot;http://filigreehome.com/NDI-tempest/images/NBPLUS16_Social_NDI_728x90-new-AV.jpg&quot; style=&quot;max-width: 1100px; height: auto; width: 100%; border-radius: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;widget-holder&quot; style=&quot;display: table; width: 100%;&quot;&gt;
&lt;div class=&quot;widget-info&quot; style=&quot;display: table-cell;width: 300px;white-space: nowrap;&quot;&gt;&lt;a href=&quot;http://ndicentral.avnetwork.com&quot; target=&quot;_parent&quot;&gt;&lt;img src=&quot;http://filigreehome.com/NDI-tempest/images/NBPLUS16_Social_NDI_300x250-new-AV.jpg&quot; width=&quot;264&quot; height=&quot;220&quot; style=&quot;border-radius: 4%; margin-right: 7px;&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;widget-tint&quot;  style=&quot;display: table-cell; width: 100%;vertical-align: top;&quot;&gt;
&lt;div class=&quot;a5b5e4&quot; data-columns=&quot;&quot; data-id=&quot;ndicentral&quot; data-infinitescroll=&quot;true&quot; data-mobilescroll=&quot;true&quot; data-nocache=&quot;true&quot; data-personalization-id=&quot;882007&quot; style=&quot;background-color: 15px solid #dedede; height:220px;width:100%; margin-top: -20px;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;
@media screen and (max-width:700px) {
.widget-info {
	 display: none !important;
}
.mobile-head {
	display: block !important;
}
}
@media screen and (min-width:701px) {
.widget-info {
	 display: table-cell !important;
}
.mobile-head {
	display: none !important;
}
}
&lt;/style&gt;</script><div class="is-fallback"></div></phoenix-embedcode-embed></figure></div></div></div></div></div></section><section class="m-list-hub m-component-stack mm-component-stack--is-stacked mm-component-stack--has-header mm-component-stack--has-footer"><section class="m-card-group-container" data-group-size="6" data-first-group-size="6"><section class="m-card-group mm-card-group--has-row-dividers"><div class="m-card-group--content l-grid lm-grid--density-single-column lm-grid--has-row-dividers"><div class="l-grid--item"><phoenix-super-link href="/the-wire/metric-halo-defines-black-friday-cyber-monday-with-deep-discounts-on-everything-from-plug-ins-to-sound-analysis-software-to-next-generation-3d-hardware-interfaces"><article class="m-card mm-card--text-only mm-card--type-list" role="article"><div class="m-card--media"></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/metric-halo-defines-black-friday-cyber-monday-with-deep-discounts-on-everything-from-plug-ins-to-sound-analysis-software-to-next-generation-3d-hardware-interfaces"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Metric Halo Defines Black Friday/Cyber Monday with Deep Discounts on Everything...</h2></a><p class="m-card--body">From Plug-Ins to Sound Analysis Software to Next-Generation 3d Hardware InterfacesSAFETY HARBOR, FLORIDA – NOVEMBER 2018: Forget socks, snow blowers, and stand mixers, this is the Black Friday/Cyber Monday announcement you’ve been waiting for: everything Metric Halo makes is <a href="/the-wire/metric-halo-defines-black-friday-cyber-monday-with-deep-discounts-on-everything-from-plug-ins-to-sound-analysis-software-to-next-generation-3d-hardware-interfaces"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 21, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/software-release-4-7-with-new-features-for-aurus-platinum-and-aurus"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/software-release-4-7-with-new-features-for-aurus-platinum-and-aurus" title="Software Release 4.7 with New Features for AURUS platinum and AURUS"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="StageTec_3Daudio_Lo"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/software-release-4-7-with-new-features-for-aurus-platinum-and-aurus"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Software Release 4.7 with New Features for AURUS platinum and AURUS</h2></a><p class="m-card--body">Berlin, Germany - November 2018… AURUS platinum, the flagship console from Berlin-based manufacturer Stage Tec, continues to offer new features in the fourth product generation. At Interbee in Tokyo, parallel compression (New York compression) was introduced for the first time as <a href="/the-wire/software-release-4-7-with-new-features-for-aurus-platinum-and-aurus"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 21, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/64-audio-announces-black-friday-deals-on-in-ear-monitors-and-accessories"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/64-audio-announces-black-friday-deals-on-in-ear-monitors-and-accessories" title="64 Audio Announces Black Friday Deals on In-Ear Monitors and Accessories"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="64 Audio Announces Black Friday Deals on In-Ear Monitors and Accessories"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/64-audio-announces-black-friday-deals-on-in-ear-monitors-and-accessories"><h2 class="m-card--header-text" role="heading" phx-ellipsis>64 Audio Announces Black Friday Deals on In-Ear Monitors and Accessories</h2></a><p class="m-card--body">VANCOUVER, Wash., Nov. 21, 2018 - 64 Audio, the leader in custom and universal fit in-ear monitors, is proud to announce it will once again host its Annual Black Friday Sale at www.64audio.com as well as via authorized 64 Audio dealers.The event will take place from 12:00am <a href="/the-wire/64-audio-announces-black-friday-deals-on-in-ear-monitors-and-accessories"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 21, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/crestron-opens-milan-office-and-experience-centre"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/crestron-opens-milan-office-and-experience-centre" title="Crestron opens Milan office and experience centre"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="crestronmilan"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/crestron-opens-milan-office-and-experience-centre"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Crestron opens Milan office and experience centre</h2></a><p class="m-card--body">Crestron EMEA has announced the opening of its new office in Milan, which includes offices and an experience centre.The new experience centre will come fully equipped with the latest Crestron technology, including the new DigitalMedia NVX, Crestron Mercury, XiO Cloud and <a href="/the-wire/crestron-opens-milan-office-and-experience-centre"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 20, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/l-acoustics-at-texas-live"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/l-acoustics-at-texas-live" title="Texas Live! State-of-the-Art Sports Entertainment Complex Drafts L-Acoustics in the First Round!"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwMDAxOTUxODYwMjcxMDgx/la_texas_live_1.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="LA_Texas_Live_1"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/l-acoustics-at-texas-live"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Texas Live! State-of-the-Art Sports Entertainment Complex Drafts L-Acoustics in the First Round!</h2></a><p class="m-card--body">Photo above: Compact L-Acoustics SB15/Kiva II arrays bring an impressive level of output and clarity to Live! Arena for both live and broadcast eventsThey say everything in Texas is big, and the new 200,000-square-foot Texas Live! entertainment complex certainly fits that bill <a href="/the-wire/l-acoustics-at-texas-live"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 20, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/alford-media-deploys-new-martin-audio-wpc-system-at-charity-event"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/alford-media-deploys-new-martin-audio-wpc-system-at-charity-event" title="Alford Media Deploys New Martin Audio WPC System at Charity Event"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwMDAwMDcwOTMzMDMwNDMy/grace-gala-2.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="grace-gala-2"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/alford-media-deploys-new-martin-audio-wpc-system-at-charity-event"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Alford Media Deploys New Martin Audio WPC System at Charity Event</h2></a><p class="m-card--body">Alford Media of Dallas, TX recently purchased a significant amount of Martin Audio and quickly put the equipment to use including a Wavefront Precision Compact (WPC) line array system at a charity event for GRACE.According to Ben MacKinney, Alford’s Manager of Audio Services, the <a href="/the-wire/alford-media-deploys-new-martin-audio-wpc-system-at-charity-event"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 20, 2018</span></div></li></ul></div></article></phoenix-super-link></div></div></section><section class="m-card-group mm-card-group--has-row-dividers"><div class="m-card-group--content l-grid lm-grid--density-single-column lm-grid--has-row-dividers"><div class="l-grid--item"><phoenix-super-link href="/the-wire/ips-rentals-acquires-christie-spyder-x80-and-deploys-it-at-major-information-security-in-las-vegas"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/ips-rentals-acquires-christie-spyder-x80-and-deploys-it-at-major-information-security-in-las-vegas" title="IPS Rentals acquires Christie Spyder X80 and deploys it at major Information Security in Las Vegas"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTk2NDExODg5MzI5Njk2/cd0737_ips_photo4_edited.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="CD0737_IPS_photo4_Edited"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/ips-rentals-acquires-christie-spyder-x80-and-deploys-it-at-major-information-security-in-las-vegas"><h2 class="m-card--header-text" role="heading" phx-ellipsis>IPS Rentals acquires Christie Spyder X80 and deploys it at major Information Security in Las Vegas</h2></a><p class="m-card--body">IPS Rentals Inc. recently took delivery of a Christie® Spyder X80multi-screen windowing processor and used it almost immediately when Coppell, Texas-based ETS AV hired IPS Rentals to supply the Spyder X80 for the general session of a major information security event in Las <a href="/the-wire/ips-rentals-acquires-christie-spyder-x80-and-deploys-it-at-major-information-security-in-las-vegas"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 20, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/max-richter-tours-with-dpa-microphones"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/max-richter-tours-with-dpa-microphones" title="Composer Max Richter Goes Touring With DPA Microphones"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTk1MDQyODY4NTAzOTI3/max-richter.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="max richter"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/max-richter-tours-with-dpa-microphones"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Composer Max Richter Goes Touring With DPA Microphones</h2></a><p class="m-card--body">Post-minimalist British composer and musician Max Richter is renowned for his prolific output, which includes composing and recording his own music and writing for stage, opera, ballet, television and film. In recent months Richter has been touring Germany and the USA with a show <a href="/the-wire/max-richter-tours-with-dpa-microphones"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 20, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/haivision-wins-emmy-award-for-technology-and-engineering-in-2018"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/haivision-wins-emmy-award-for-technology-and-engineering-in-2018" title="Haivision Wins Emmy Award for Technology and Engineering in 2018"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTg5NjExODgyMzU4MzA0/haivisionemmy.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="haivisionemmy"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/haivision-wins-emmy-award-for-technology-and-engineering-in-2018"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Haivision Wins Emmy Award for Technology and Engineering in 2018</h2></a><p class="m-card--body">MONTREAL, Nov. 15, 2018 -- Haivision, a market leader in video networking and streaming solutions, announced that the company has won a 2018 Emmy® Award for Technology and Engineering from the National Academy of Television Arts and Sciences (NATAS).NATAS' Technology & <a href="/the-wire/haivision-wins-emmy-award-for-technology-and-engineering-in-2018"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 20, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/dante-aoip-helps-belgian-boutique-hotel-mix-business-with-pleasure"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/dante-aoip-helps-belgian-boutique-hotel-mix-business-with-pleasure" title="Dante AoIP Helps Belgian Boutique Hotel Mix Business with Pleasure"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU1NTA2MDc0MzE1NjYyNDY3/audinate_logo-1140x820-shure_eu_2016.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="audinate_logo-1140x820-shure_eu_2016"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/dante-aoip-helps-belgian-boutique-hotel-mix-business-with-pleasure"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Dante AoIP Helps Belgian Boutique Hotel Mix Business with Pleasure</h2></a><p class="m-card--body">A designer boutique hotel in the heart of Ghent, Belgium is finding value in Dante Audio IP networking from Audinate for the business and entertainment needs of its guests. Designed and integrated by Belgian systems integration firm Round Group Audiovisual Engineering, the Dante <a href="/the-wire/dante-aoip-helps-belgian-boutique-hotel-mix-business-with-pleasure"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 19, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/float4-uses-realmotion-to-bring-augmented-reality-to-the-front-door-of-seneca-buffalo-creek-casino"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/float4-uses-realmotion-to-bring-augmented-reality-to-the-front-door-of-seneca-buffalo-creek-casino" title="Float4 Uses RealMotion™ to Bring Augmented Reality to the Front Door of Seneca Buffalo Creek Casino"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTc4MTM4OTUxMDM0NDAw/unnamed-1.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="unnamed-1"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/float4-uses-realmotion-to-bring-augmented-reality-to-the-front-door-of-seneca-buffalo-creek-casino"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Float4 Uses RealMotion™ to Bring Augmented Reality to the Front Door of Seneca Buffalo Creek Casino</h2></a><p class="m-card--body">As part of a multi-year expansion and beautification project, Seneca Buffalo Creek Casino in Buffalo, New York, recently unveiled a new augmented reality (AR) display developed by award-winning experiential design firm Float4. According to Float4 producer Veronique Laperle, the <a href="/the-wire/float4-uses-realmotion-to-bring-augmented-reality-to-the-front-door-of-seneca-buffalo-creek-casino"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 19, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/presonus-loudspeaker-technology-revitalizes-sound-at-creative-arts-academy-of-st-lucie"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/presonus-loudspeaker-technology-revitalizes-sound-at-creative-arts-academy-of-st-lucie" title="PreSonus® Loudspeaker Technology Revitalizes Sound at Creative Arts Academy of St. Lucie"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTc2ODEyODc5ODE2MDU1/cast_auditorium_lo.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="CAST_Auditorium_Lo"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/presonus-loudspeaker-technology-revitalizes-sound-at-creative-arts-academy-of-st-lucie"><h2 class="m-card--header-text" role="heading" phx-ellipsis>PreSonus® Loudspeaker Technology Revitalizes Sound at Creative Arts Academy of St. Lucie</h2></a><p class="m-card--body">Port St. Lucie, FL – November 2018… Creative Arts Academy of St. Lucie—also referred to as CAST—is one of those rare schools where academics and art truly do go hand in hand. The school is dedicated to educating the whole child. Every day, their students discover the magic of <a href="/the-wire/presonus-loudspeaker-technology-revitalizes-sound-at-creative-arts-academy-of-st-lucie"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 19, 2018</span></div></li></ul></div></article></phoenix-super-link></div></div></section><section class="m-card-group mm-card-group--has-row-dividers"><div class="m-card-group--content l-grid lm-grid--density-single-column lm-grid--has-row-dividers"><div class="l-grid--item"><phoenix-super-link href="/the-wire/chaos-jump-lands-at-chicagos-accelerate-indoor-speedway-events"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/chaos-jump-lands-at-chicagos-accelerate-indoor-speedway-events" title="Chaos Jump Lands At Chicago’s Accelerate Indoor Speedway &amp; Events!"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTc1NDMxMjQyNTI0MDIz/unnamed-2.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="unnamed-2"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/chaos-jump-lands-at-chicagos-accelerate-indoor-speedway-events"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Chaos Jump Lands At Chicago’s Accelerate Indoor Speedway &amp; Events!</h2></a><p class="m-card--body">Minority Media today announced that Autobahn Indoor Speedway recently installed its groundbreaking multiplayer VR arcade machine, featuring the Chaos Jump title, at its Chicago Accelerate Indoor Speedway & Events location, and will install a second machine at its Jacksonville, <a href="/the-wire/chaos-jump-lands-at-chicagos-accelerate-indoor-speedway-events"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 19, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/brad-nelms-joins-act-lighting-as-western-regional-sales-manager"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/brad-nelms-joins-act-lighting-as-western-regional-sales-manager" title="Brad Nelms Joins ACT Lighting as Western Regional Sales Manager"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTc1MjE5NzE1Mzg0Njk1/bradnelms.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="BradNelms"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/brad-nelms-joins-act-lighting-as-western-regional-sales-manager"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Brad Nelms Joins ACT Lighting as Western Regional Sales Manager</h2></a><p class="m-card--body">ACT Lighting, Inc. is pleased to announce that Brad Nelms has joined the company as Western Regional Sales Manager.  Nelms replaces Aaron Hubbard, who formerly held that post and was named Central Regional Sales Manager for ACT last summer. Most recently the Manager of Used Asset <a href="/the-wire/brad-nelms-joins-act-lighting-as-western-regional-sales-manager"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 19, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/nortek-security-control-enhances-gun-safety-with-the-2gig-gun-motion-detector"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/nortek-security-control-enhances-gun-safety-with-the-2gig-gun-motion-detector" title="Nortek Security &amp; Control Enhances Gun Safety with the 2GIG Gun Motion Detector"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTc0ODg2MDUwMTEzMDU2/unnamed-2.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="unnamed-2"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/nortek-security-control-enhances-gun-safety-with-the-2gig-gun-motion-detector"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Nortek Security &amp; Control Enhances Gun Safety with the 2GIG Gun Motion Detector</h2></a><p class="m-card--body">Recognizing that gun safety is now a critical component of personal security, Nortek Security & Control (NSC) today announced the introduction of the 2GIG® Gun Motion Detector™ – a smart sensor with a steel, 3-digit combination trigger lock that will send a timely notification to <a href="/the-wire/nortek-security-control-enhances-gun-safety-with-the-2gig-gun-motion-detector"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 19, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/laurie-dubois-3g"><article class="m-card mm-card--text-only mm-card--type-list" role="article"><div class="m-card--media"></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/laurie-dubois-3g"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Camplex Signal Extender &amp; Tactical Reel System for Fast Deployment of 3G-SDI Video over Fiber</h2></a><p class="m-card--body">Saugerties, N.Y. – November 19, 2018 Camplex, a leading US manufacturer of fiber optic cables and accessories, introduces a new signal extender and tactical reel system for the rapid deployment and extension of 3G-SDI video over fiber for outside broadcast and live event <a href="/the-wire/laurie-dubois-3g"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 19, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/white-mark-ltd-designs-nick-cooke-mastering-facility"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/white-mark-ltd-designs-nick-cooke-mastering-facility" title="Nick Cooke Mastering Opens In Somerset With A White Mark Designed Mastering Room"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTcxMzY5Mjc3MjAzODMx/nick-cooke-credit-elly-lucas.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Nick Cooke Credit Elly Lucas"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/white-mark-ltd-designs-nick-cooke-mastering-facility"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Nick Cooke Mastering Opens In Somerset With A White Mark Designed Mastering Room</h2></a><p class="m-card--body">Musician and mastering engineer Nick Cooke has opened a state of the art mastering facility in Wrington, near Bristol, which is now the base for his new enterprise, Nick Cooke Mastering.

Designed by acoustic and studio design consultancy White Mark Ltd, the bespoke facility is <a href="/the-wire/white-mark-ltd-designs-nick-cooke-mastering-facility"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 19, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/ricky-skaggs"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/ricky-skaggs" title="RICKY SKAGGS DELIVERS TIMELESS PERFORMANCES WITH SENNHEISER DIGITAL 6000 AT 2018 CMA AWARDS"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTYzMDk2MDk2NDUwMDgw/ricky.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="ricky"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/ricky-skaggs"><h2 class="m-card--header-text" role="heading" phx-ellipsis>RICKY SKAGGS DELIVERS TIMELESS PERFORMANCES WITH SENNHEISER DIGITAL 6000 AT 2018 CMA AWARDS</h2></a><p class="m-card--body">Thursday, November 15, 2018 — Nashville — The 52nd Annual Country Music Association (CMA) Awards rounded up some of the biggest names in country music for an evening of memorable performances. Millions of viewers tuned in to watch the awards carrying country music's highest <a href="/the-wire/ricky-skaggs"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 18, 2018</span></div></li></ul></div></article></phoenix-super-link></div></div></section><section class="m-card-group mm-card-group--has-row-dividers"><div class="m-card-group--content l-grid lm-grid--density-single-column lm-grid--has-row-dividers"><div class="l-grid--item"><phoenix-super-link href="/the-wire/hpa-announces-2018-award-winners"><article class="m-card mm-card--text-only mm-card--type-list" role="article"><div class="m-card--media"></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/hpa-announces-2018-award-winners"><h2 class="m-card--header-text" role="heading" phx-ellipsis>HPA Announces 2018 Award Winners</h2></a><p class="m-card--body">The 13 annual Hollywood Professional Association (HPA) Awards took place tonight, honoring the accomplishments of industry luminaries, behind-the-scenes artists and outstanding engineering teams. The HPA Awards set the bar for creative and technical achievement, recognizing <a href="/the-wire/hpa-announces-2018-award-winners"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 16, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/production-mixer-mielle-ezra-works-with-sanken-shotguns"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/production-mixer-mielle-ezra-works-with-sanken-shotguns" title="Production Mixer Mielle Ezra Works with Sanken Shotguns"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTEwNTMzNDgyNDIzNjcx/sanken_mielle-ezra_3.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Sanken_Mielle Ezra_3"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/production-mixer-mielle-ezra-works-with-sanken-shotguns"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Production Mixer Mielle Ezra Works with Sanken Shotguns</h2></a><p class="m-card--body">Location sound mixer and location recording engineer Mielle Ezra has purchased two Sanken CSR-2 shotgun microphones for her production sound work in feature and documentary films.

Ezra's choice began with a colleague who owned a Sanken shotgun mic. "A friend of mine let me try <a href="/the-wire/production-mixer-mielle-ezra-works-with-sanken-shotguns"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 16, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/vitec-production-solutions-at-gv-expo-2018"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/vitec-production-solutions-at-gv-expo-2018" title="Vitec Production Solutions at GV Expo 2018"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTA2NDE3NTYwNTI4MjQ3/thevitecgroup_autoscript_epic-ip19xl.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="TheVitecGroup_Autoscript_EPIC-IP19XL"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/vitec-production-solutions-at-gv-expo-2018"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Vitec Production Solutions at GV Expo 2018</h2></a><p class="m-card--body">Vinten and Sachtler: flowtech100 Carbon-Fiber Tripodflowtech100 is the newest addition to the award-winning flowtech carbon-fiber tripod range. Compatible with all major 100mm fluid heads, flowtech100 supports a payload of up to 30 kilograms (66 pounds), making it the ideal <a href="/the-wire/vitec-production-solutions-at-gv-expo-2018"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 16, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/presonus-unveils-atom-pad-controller"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/presonus-unveils-atom-pad-controller" title="PreSonus Unveils Atom Pad Controller"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5ODkzODA0ODUyMTkyODAw/prsonusatom2.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="prsonusatom2"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/presonus-unveils-atom-pad-controller"><h2 class="m-card--header-text" role="heading" phx-ellipsis>PreSonus Unveils Atom Pad Controller</h2></a><p class="m-card--body">Baton Rouge, LA (November 15, 2018)—PreSonus has released the Atom pad controller, intended for use in both performance and production environments.The unit is intended to help users produce beats, play virtual instruments, and trigger sound effects and loops in real time. The <a href="/the-wire/presonus-unveils-atom-pad-controller"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 16, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/pmc-appoints-boujikian-bros-as-new-lebanese-distributor"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/pmc-appoints-boujikian-bros-as-new-lebanese-distributor" title="PMC Appoints Boujikian Bros As Its Lebanese Distributor"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTA1MTM1NzgxMjI1ODQ3/gary-boujikian.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Gary Boujikian"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/pmc-appoints-boujikian-bros-as-new-lebanese-distributor"><h2 class="m-card--header-text" role="heading" phx-ellipsis>PMC Appoints Boujikian Bros As Its Lebanese Distributor</h2></a><p class="m-card--body">UK loudspeaker manufacturer PMC has appointed Boujikian Bros.Co.Ltd as its distributor in Lebanon with responsibility for handling the company’s entire range of professional studio monitors.

Established in 1984 as a supplier of all kinds of Electronics accessories, Boujikian <a href="/the-wire/pmc-appoints-boujikian-bros-as-new-lebanese-distributor"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 16, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/the-wire/clearone-debuts-view-lite-view-bucks-promotion"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/clearone-debuts-view-lite-view-bucks-promotion" title="ClearOne Debuts VIEW Lite “VIEW Bucks” Promotion Featuring Dollar-for-Dollar Credit On All ClearOne Products With Any VIEW Lite Product Purchase"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5ODYwNjE3MzcxNDYwNzY1/unnamed.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="unnamed"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/clearone-debuts-view-lite-view-bucks-promotion"><h2 class="m-card--header-text" role="heading" phx-ellipsis>ClearOne Debuts VIEW Lite “VIEW Bucks” Promotion Featuring Dollar-for-Dollar Credit On All ClearOne Products With Any VIEW Lite Product Purchase</h2></a><p class="m-card--body">In true holiday spirit, ClearOne (NASDAQ: CLRO), the leading global provider of audio and visual communications solutions, today announced the launch of an exciting new holiday promotion offering customers dollar-for-dollar free credit with the purchase of any products in the <a href="/the-wire/clearone-debuts-view-lite-view-bucks-promotion"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 16, 2018</span></div></li></ul></div></article></phoenix-super-link></div></div></section><div class="m-component-footer--container m-component-stack--footer" stream-more-items="MjQ6MjQ6NWE3NzNlMGNkMTQ4ZmM3NWU0OGMyMjAxNGUxM2Q2MTA=" initial-slots="e30="><button class="m-component-footer--loader m-button" phx-track-event phx-track-id="load more"><div class="m-component-footer--text m-component-footer--loading">Loading…</div><div class="m-component-footer--text m-component-footer--button-text">See More</div></button></div></section></section><div class="m-detail--blockthrough-ads"><span class="bt-uid-tg" uid="5ae8a9c908-168" style="display: none !important"></span></div><footer class="m-footer"><div class="m-footer--container"><div class="m-footer--links-cell"><ul class="m-footer--links"><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/who-we-are/" target="blank" phx-track-event phx-track-id="Link">About Us</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/contact/" target="blank" phx-track-event phx-track-id="Link">Contact Us</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="mailto:usadvertising@futurenet.com" target="blank" phx-track-event phx-track-id="Link">Advertise</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/privacy-policy/" target="blank" phx-track-event phx-track-id="Link">Privacy</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/terms-conditions/" target="blank" phx-track-event phx-track-id="Link">Terms of Use</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="http://www.futureplc.com/cookies-policy/" target="blank" phx-track-event phx-track-id="Link">Ad Choices</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.saymedia.com/privacy" target="_blank" phx-track-event phx-track-id="Link">Platform Privacy</a></li></ul><div class="m-footer--copyright">&copy; 2018 Sound & Video Contractor is part of Future plc, an international media group and leading digital publisher. Visit our corporate site.</div></div><div class="m-footer--tempest-logo-cell"><a target="_blank" href="https://www.saymedia.com/publishing"><svg class="m-svg m-footer--tempest-logo"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#tempest-footer" phx-svg-fallback></use></svg></a></div></div></footer></div></section></div><div><div><div><div id="ad-20c3eb375b6d4fd4b9ed466a35d3b0f1"></div></div></div></div><div class="m-fixedbottom-ad--container"><phoenix-ad class="m-fixedbottom-ad not-size-b not-size-c not-size-d" auto-reload config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-ae6dc0e5e7f448b0ae9b66af20049dc1","visClasses":["not-size-b","not-size-c","not-size-d"],"slotConfig":{"id":"ad-ae6dc0e5e7f448b0ae9b66af20049dc1","config":{"sizes":[[320,60],[320,50],[300,50]]},"screenSizes":["A"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-b not-size-c not-size-d"><div id="ad-ae6dc0e5e7f448b0ae9b66af20049dc1"></div></div></phoenix-ad><phoenix-ad class="m-fixedbottom-ad not-size-a not-size-c not-size-d" auto-reload close-button config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-e15fb0a7808f4772beaad1c5a75d14ce","visClasses":["not-size-a","not-size-c","not-size-d"],"slotConfig":{"id":"ad-e15fb0a7808f4772beaad1c5a75d14ce","config":{"sizes":[[768,66],[728,90]]},"screenSizes":["B"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-a not-size-c not-size-d"><div id="ad-e15fb0a7808f4772beaad1c5a75d14ce"></div></div></phoenix-ad><phoenix-ad class="m-fixedbottom-ad not-size-a not-size-b" auto-reload close-button config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-e4635b96568040c0b3717c1d8033f5cb","visClasses":["not-size-a","not-size-b"],"slotConfig":{"id":"ad-e4635b96568040c0b3717c1d8033f5cb","config":{"sizes":[[900,65],[970,90],[728,90]]},"screenSizes":["C"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-a not-size-b"><div id="ad-e4635b96568040c0b3717c1d8033f5cb"></div></div></phoenix-ad></div></div></div><div><phx-promotions></phx-promotions></div><script id="phx-webcomponent-ad" async src="/.bootscripts/webcomponents/ad.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-import" async src="/.bootscripts/webcomponents/import.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-embedcodeEmbed" async src="/.bootscripts/webcomponents/embedcodeEmbed.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-superLink" async src="/.bootscripts/webcomponents/superLink.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-picture" async src="/.bootscripts/webcomponents/picture.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-page" async src="/.bootscripts/webcomponents/page.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-style" async src="/.bootscripts/webcomponents/style.min.js?v=2018-11-21-215450-c2095d2-012080"></script><phoenix-script delay-load src="/.bootscripts/hubRebalancer.min.js?v=2018-11-21-215450-c2095d2-012080"></phoenix-script><phoenix-script delay-load src="/.bootscripts/streamMoreItems.min.js?v=2018-11-21-215450-c2095d2-012080"></phoenix-script><script type="text/template" id="carbon-analytics">(function(scriptUrl, tagId) {"use strict";window.CustomerConnectAnalytics="cca";window.cca=window.cca||function(){(window.cca.q=window.cca.q||[]).push(arguments)};var script=document.createElement("script");script.src=scriptUrl+"?id="+window.location.hostname+"&parentId="+tagId;document.head.appendChild(script);})('https://carbon-cdn.ccgateway.net/script', 'b4b3d228');</script><phoenix-script script-id="carbon-analytics" block-on-gdpr-applicable delay-load wait-for-app></phoenix-script><script type="text/template" id="blockthrough-tag">"use strict";var src="https://saymedia-com.videoplayerhub.com/videoloader.js";var e=document.createElement("script");e.src=src;e.onload=function(){BT.clearThrough()};document.body.appendChild(e);</script><phoenix-script block-premium wait-for-app script-id="blockthrough-tag"></phoenix-script><script>'use strict';
window._sf_startpt = (new Date()).getTime();
window._sf_async_config = {"uid":"21390","domain":"svconline.com","useCanonical":true,"sections":"N/A","authors":"N/A"};
</script><script type="text/template" id="chartbeat-init-21390">"use strict";window._sf_endpt=new Date().getTime();</script><phoenix-script script-id="chartbeat-init-21390" block-on-gdpr-applicable block-premium delay-load></phoenix-script><phoenix-script src="https://static.chartbeat.com/js/chartbeat.js" block-on-gdpr-applicable block-premium delay-load></phoenix-script><script type="application/json" id="liftigniter-metadata">{"noShow":"true"}</script><script type="text/template" id="liftigniter-init">(function(jsKey) {"use strict";if(typeof $igniter_var==="undefined"){(function(w,d,s,p,v,e,r){w.$ps=w.performance&&w.performance.now&&typeof w.performance.now=="function"?w.performance.now():undefined;w["$igniter_var"]=v;w[v]=w[v]||function(){(w[v].q=w[v].q||[]).push(arguments)};w[v].l=1*new Date;e=d.createElement(s),r=d.getElementsByTagName(s)[0];e.async=1;e.src=p+"?ts="+(+new Date/3600000|0);r.parentNode.insertBefore(e,r)})(window,document,"script","//cdn.petametrics.com/"+jsKey+".js","$p");$p("init",jsKey);$p("send","pageview")}})('999gba4qphtjrmpe');</script><phoenix-script script-id="liftigniter-init" block-on-gdpr-applicable block-premium delay-load></phoenix-script></phoenix-page><script>(function(appScripts) {"use strict";function dropExtScript(src){return new Promise(function(resolve,reject){var e=document.createElement("script");e.async=false;e.src=src;e.addEventListener("load",function(){resolve()},false);e.addEventListener("error",function(){console.error("failed to load "+src);resolve()},false);document.body.appendChild(e)})}function dropExtScripts(scripts){var promises=[];scripts.forEach(function(s){promises.push(dropExtScript(s))});return Promise.all(promises)}function loadAndStartApp(){dropExtScripts(appScripts).then(function(){var e=document.createElement("script");e.text="require(['main'], function () {"+"window._angularAppLoaded=true;"+"window.dispatchEvent(new CustomEvent('angularAppLoaded'));"+"});";document.body.appendChild(e)})}if(appScripts.length>0){window.getTimedOutPageLoadPromise(30000).then(loadAndStartApp)}})(["/.config.js?config=published&cv=f192e1e06f365b6bd6a384ba7f9c0144&v=2018-11-21-215450-c2095d2-012080","/.components.min.js?v=2018-11-21-215450-c2095d2-012080","/.app.min.js?v=2018-11-21-215450-c2095d2-012080","/components/angular-i18n/angular-locale_en-us.js?v=2018-11-21-215450-c2095d2-012080"]);</script></body></html>