var CarouselInterfaces={setCookie:function(key,value){new Cookies().set(key,value);},getCookie:function(key){return new Cookies().get(key);}};var PromoTextInterfaces={getMeta:function(metaname){return Meta.getContent(metaname);}};var GenericInterfaces={resizeElement:function(element,width,height){document.getElementById(element).style.width=width+"px";document.getElementById(element).style.height=height+"px";}};