CINXE.COM

Notice and Take Down Policy

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://policies.hibuwebsites.com/', AccountUUID: 'c1f9a940fb4d4c0392fd141cac88908c', SystemID: 'US_HIBU_PRODUCTION', SiteAlias: '93be8f11fbbd4f7ab9acff2cf18581a0', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Mon Jul 08 19:20:57 UTC 2024', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'infringement-policy', InitialPageUuid: 'db0dd51698754976a269239771a2c6b4', InitialPageId: '94483731', InitialEncodedPageAlias: 'aW5mcmluZ2VtZW50LXBvbGljeQ==', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '45620', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'policies-hibuwebsitesc278242e', HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://policies.hibuwebsites.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '753', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://policies.hibuwebsites.com/infringement-policy"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="icon" type="image/x-icon" href="https://cdn.websites.hibu.com/1c02a5e3326248d48476e9bb6fdaa9d8/site_favicon_16_1555599949070.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://le-cdn.hibuwebsites.com/"/> <!-- render the required CSS and JS in the head section --> <script> window.SystemID = 'US_HIBU_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Lato:wght@100;300;400;700;900&family=Lora:wght@400..700&family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Open+Sans:wght@300..800&amp;subset=latin-ext&amp;display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static-res-cdn.websites.hibu.com/mnlt/production/4918/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://cdn.hibuwebsites.com/WIDGET_CSS/2d11df966880ed36296282a4b2ded86f.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="infringement-policy"] #dm [data-show-on-page-only="infringement-policy"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://cdn.hibuwebsites.com/93be8f11fbbd4f7ab9acff2cf18581a0/files/93be8f11fbbd4f7ab9acff2cf18581a0_1.min.css?v=40" id="siteGlobalCss" /> <!-- additional css file per platform --> <link type="text/css" rel="stylesheet" href="/_dm/s/rt/css/hibu/hibu-runtime.css?version=2024-11-12T07_48_29" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> body.dmDesktopBody .d-header-wrapper { display:none !important; } body.dmDesktopBody .popupNavBox { display:none !important; } </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <style id="fontFallbacks"> @font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Lora Fallback"; src: local('Arial'); ascent-override: 95.2907%; descent-override: 25.9539%; size-adjust: 105.5717%; line-gap-override: 0%; }@font-face { font-family: "Helvetica Fallback"; src: local('Arial'); ascent-override: 77.002%; descent-override: 22.998%; line-gap-override: 0%; }@font-face { font-family: "Open Sans Fallback"; src: local('Arial'); ascent-override: 101.1768%; descent-override: 27.7323%; size-adjust: 105.6416%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://policies.hibuwebsites.com//feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://policies.hibuwebsites.com//feed/atom"/> <meta name="robots" content="noindex"/> <meta property="og:type" content="website"/> <title> Notice and Take Down Policy </title> <style type="text/css"> .dmInner { min-width: auto !important; max-width: 100vw !important; } </style> <meta name="format-detection" content="telephone=no"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Notice and Take Down Policy"/> <meta property="og:title" content="Notice and Take Down Policy"/> <!-- SYS- VVNfSElCVV9QUk9EVUNUSU9O --> <script type="text/javascript">(function(){ if (typeof(___zen) === "undefined") {setTimeout(arguments.callee, 50); return; }___zen.hic("__ZEHIC9633", 1732389936, 1, 0, 60); })()</script><script type="text/javascript" async="async" src="/__zenedge/assets/hic.js?v=1674207422"></script></head> <body id="dmRoot" data-page-alias="infringement-policy" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1094596307"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations hasStickyHeader dmPageBody d-page-1563410444 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1563410444" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="dmHeader p_hfcontainer u_hcontainer" freeheader="true" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow u_1867331532" id="1867331532"> <div class="dmRespColsWrapper" id="1955305792"> <div class="u_1697596152 dmRespCol small-12 large-4 medium-4 empty-column" id="1697596152"></div> <div class="u_1155150290 dmRespCol small-12 large-4 medium-4" id="1155150290"> <div class="u_1280855790 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1280855790"> <a id="1718291829" href="/" file="false"><img src="https://le-cdn.hibuwebsites.com/1c02a5e3326248d48476e9bb6fdaa9d8/dms3rep/multi/opt/Default-Logo-189x108-1920w.png" id="1513103595" class="" data-dm-image-path="https://cdn.websites.hibu.com/1d9ebc6ae52b4ea29931d62698e8c06f/dms3rep/multi/Default-Logo-189x108.png" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1541614883 empty-column" id="1541614883"></div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"> <div class="innerPageTitle">Notice and Take Down Policy</div> </div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_infringement-policy"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateid="BlankGalleryRespTemplate" class="dmGalleryTmpl generalRespTmplWrapper" id="1563410444"> <div class="innerPageTmplBox dmRespRowsWrapper" id="1877100587"> <div class="dmRespRow" style="text-align: center;" id="1707827206"> <div class="dmRespColsWrapper" id="1163661756"> <div class="dmRespCol small-12 medium-12 large-12" id="1476317434"> <div class="dmNewParagraph" id="1440006284" style="line-height:initial;" data-version="5"> <h3 aria-level="1"><span class="" style="display: initial;"><span style="display: initial;">Our Defamation, Copyright and Trademark Infringement Policy</span> </span></h3> <p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold;">Respecting Your Legal Rights</span><span single-space="true" class="m-font-size-13 font-size-16" style="display: initial;"> <span class="m-font-size-13 font-size-16" style="display: initial;"></span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">As a responsible website publisher, we support the protection of your reputation and the protection of your intellectual property rights. We do not edit, pre-vet or review any third party material displayed on this website. We operate a notice and take down procedure regarding such material. In furtherance of this policy, we have established the procedures below to report any items that you believe defame you or constitute copyright or trademark infringement.</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">Upon receipt of appropriate notification as set forth herein, where we deem it appropriate, we will take down or disable access to the material that is claimed to be infringing. Please be aware that providing false or misleading information in the notification of claim may result in civil and/or criminal liability.</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold;"><span class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold;">Notice and Procedure for Making Claims of Defamation</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">NOTE: THE FOLLOWING INFORMATION IS PROVIDED EXCLUSIVELY FOR NOTIFYING US THAT YOU BELIEVE YOU HAVE BEEN DEFAMED BY CONTENT ON THIS WEBSITE. ALL OTHER INQUIRIES WILL NOT RECEIVE A RESPONSE THROUGH THIS PROCESS.</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">If you believe that any content on this website contains statements that are defamatory to you, please email our Designated Agent -</span> </span><a href="mailto:inappropriatecontent@hibu.com" target="_blank" type="email" class="m-font-size-13 font-size-16" style="display: initial;">inappropriatecontent@hibu.com</a><span single-space="true" class="m-font-size-13 font-size-16" style="display: initial;"> <span class="m-font-size-13 font-size-16" style="display: initial;"></span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">If you believe that you have been defamed, your written notification must include the following:</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p> <ol class="defaultList ordered"><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">Your contact information including your name, postal address, telephone number, email address, and occupation if applicable; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">Identification of the content and the location of the content on this website (where possible, cut and paste in your written notification all content that you believe is defamatory) that you believe is defamatory to you and state why you believe it is defamatory; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">A statement as to why the defamatory content is untrue and the extent that it is damaging to you; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">A good faith statement, submitted under the penalty of perjury, that the information provided by you in the notification is accurate and true.</span> </span></li></ol> <p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold;"><span class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold;">Notice and Procedure for Making Claims of Copyright Infringement</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">NOTE: THE FOLLOWING INFORMATION IS PROVIDED EXCLUSIVELY FOR NOTIFYING US THAT YOUR COPYRIGHTED MATERIAL MAY HAVE BEEN INFRINGED. ALL OTHER INQUIRIES WILL NOT RECEIVE A RESPONSE THROUGH THIS PROCESS.</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">If you believe that your copyright has been infringed on this website, written notification must be submitted to the following Designated Agent:</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">Hibu Inc. Legal Department</span> </span></p><p class="size-16 m-size-13"><span class="m-font-size-13 font-size-16" style="display: initial;">P.O. Box 354</span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">East Meadow, New York 11554</span></p><p class="text-align-left m-size-13 size-16"><a href="mailto:inappropriatecontent@hibu.com" target="_blank" type="email" class="m-font-size-13 font-size-16" style="display: initial;">inappropriatecontent@hibu.com</a><span single-space="true" class="m-font-size-13 font-size-16" style="display: initial;"> <span class="m-font-size-13 font-size-16" style="display: initial;"></span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">To be effective, the notification must include the following:</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p> <ol class="defaultList ordered"><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">Identification of the copyrighted work claimed to have been infringed, or if multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that locate the material; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">Information reasonably sufficient to permit us to contact you, such as an address, telephone number, and if available, an electronic mail address at which you may be contacted; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">A statement that you have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law; and <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">A statement that the information in the notification is accurate, and under penalty of perjury, that you are authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</span> </span></li></ol> <p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold;">Notice and Procedure for Making Claims of Trademark Infringement</span><span single-space="true" class="m-font-size-13 font-size-16" style="display: initial;"> <span class="m-font-size-13 font-size-16" style="display: initial;"></span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">NOTE: THE FOLLOWING INFORMATION IS PROVIDED EXCLUSIVELY FOR NOTIFYING US THAT YOUR TRADEMARK MAY HAVE BEEN INFRINGED. ALL OTHER INQUIRIES WILL NOT RECEIVE A RESPONSE THROUGH THIS PROCESS.</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">If you believe that any content on this website has infringed your trademark, please email our Designated Agent -</span> </span><a href="mailto:inappropriatecontent@hibu.com" target="_blank" type="email" class="m-font-size-13 font-size-16" style="display: initial;">inappropriatecontent@hibu.com</a><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">.</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">If you believe that your trademark has been infringed, your written notification must include the following:</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p> <ol class="defaultList ordered"><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">Identification of the trademark or trademarks claimed to have been infringed, including the trademark registration number if applicable; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">Identification of all the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit us to locate the material; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">Information reasonably sufficient to permit us to contact you, such as an address, telephone number, and if available, an electronic mail address at which you may be contacted; <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;">A statement that you have a good faith belief that use of the material in the manner complained of is not authorized by the Trademark owner, its agent, or the law; and <br/><br/></span></li><li class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">A statement that the information in the notification is accurate, and under penalty of perjury, that you are authorized to act on behalf of the owner of the trademark that is allegedly infringed.</span> </span></li></ol> <p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold;">Repeat Infringers</span><span single-space="true" class="m-font-size-13 font-size-16" style="display: initial;"> <span class="m-font-size-13 font-size-16" style="display: initial;"></span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">It is our policy in appropriate circumstances to disable and/or terminate the accounts of users who are repeat infringers.</span> </span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left"><span style="display: initial;"><br/></span></p><p class="text-align-left m-size-11 size-14"><span class="font-size-14 m-font-size-11" style="display: initial;"><span class="font-size-14 m-font-size-11" style="display: initial;">Last Updated: May 2018</span> </span></p><p class="text-align-left m-size-11 size-14"><span class="font-size-14 m-font-size-11" style="display: initial;">&copy; All rights reserved&nbsp;</span></p></div></div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="dmRespRow u_1651083035" id="1651083035"> <div class="dmRespColsWrapper" id="1532611836"> <div class="dmRespCol large-12 medium-12 small-12" id="1300055787"> <div data-element-type="spacer" class="dmSpacer" id="1767542916"></div> </div> </div> </div> </div> <div id="1236746004" class="poweredBy poweredByHibu" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"> <div class="poweredLine1"> <a href="http://budurl.com/hibuprivacy" target="_blank">Privacy Policy</a> | <a href="http://budurl.com/hibucookie" target="_blank">Do Not Share My Information</a> | <a href="http://budurl.com/hibuconditionsofuse" target="_blank">Conditions of Use</a> | <a href="http://budurl.com/hibunotice" target="_blank">Notice and Take Down Policy</a> | <a href="http://b.link/accessibility" target="_blank">Website Accessibility Policy</a> </div> <div class="poweredLine2">&copy; <span id="hibuYear">2024</span> The content on this website is owned by us and our licensors. Do not copy any content (including images) without our consent.</div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4918"; var build = "2024-11-12T07_48_29"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-12T07_48_29"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static-res-cdn.websites.hibu.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.hibuwebsites.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4918'; rtCommonProps["common.resources.cdn.host"] = 'https://static-res-cdn.websites.hibu.com'; rtCommonProps["common.resources.folder"] = 'https://static-res-cdn.websites.hibu.com/mnlt/production/4918'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://le-cdn.hibuwebsites.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =false; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static-res-cdn.websites.hibu.com/mnlt/production/4918/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static-res-cdn.websites.hibu.com/mnlt/production/4918/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { var campaign = (/utm_campaign=([^&]*)/).exec(window.location.search); if (campaign && campaign != null && campaign.length > 1) { campaign = campaign[1]; document.cookie = "_dm_rt_campaign=" + campaign + ";expires=" + new Date().getTime() + 24*60*60*1000 + ";domain=" + window.location.hostname + ";path=/"; } }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '93be8f11fbbd4f7ab9acff2cf18581a0' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: 93be8f11fbbd4f7ab9acff2cf18581a0 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <!-- Begin Body End Markup --> <div id="placeholder_retargeting_pixel" style="display: none;" data-inject="placeholder_retargeting_pixel"> {{placeholder_retargeting_pixel}} </div> <div id="placeholder_dpni" style="display: none;" data-inject="placeholder_dpni"> {{placeholder_dpni}} </div> <div id="placeholder_analytics" style="display: none;" data-inject="placeholder_analytics"> {{placeholder_analytics}} </div> <div id="placeholder_footer_reserve1" style="display: none;" data-inject="placeholder_footer_reserve1"> {{placeholder_footer_reserve1}} </div> <div id="placeholder_footer_reserve2" style="display: none;" data-inject="placeholder_footer_reserve2"> {{placeholder_footer_reserve2}} </div> <div id="placeholder_footer_reserve3" style="display: none;" data-inject="placeholder_footer_reserve3"> {{placeholder_footer_reserve3}} </div> <div id="placeholder_footer_reserve4" style="display: none;" data-inject="placeholder_footer_reserve4"> {{placeholder_footer_reserve4}} </div> <div id="placeholder_footer_reserve5" style="display: none;" data-inject="placeholder_footer_reserve5"> {{placeholder_footer_reserve5}} </div> <div id="placeholder_footer_reserve6" style="display: none;" data-inject="placeholder_footer_reserve6"> {{placeholder_footer_reserve6}} </div> <div id="placeholder_footer_reserve7" style="display: none;" data-inject="placeholder_footer_reserve7"> {{placeholder_footer_reserve7}} </div> <!-- End Body End Markup --><!-- End Body End Markup --> <!-- Site Wide Html Markup --> <div id="swh-003e4892d682415ab66c6b0c3016735d"><script> if (window.location.search.match(/[?,&]preview=true/) && window.top !== window) { window.__AudioEyePreviewMode=true;}</script> <script type="text/javascript">!function(){ var b=function(){ window.__AudioEyeSiteHash = "70cc765ac8da2cf06c74468cab9fb59d"; window.__AudioEyeInstallSource = "hibu"; var a=document.createElement("script"); a.src="https://wsmcdn.audioeye.com/aem.js"; a.type="text/javascript"; a.setAttribute("async",""); document.getElementsByTagName("body")[0].appendChild(a)}; "complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}(); </script></div><!-- Site Wide Html Markup --> <!-- Begin Product Custom HTML Markup --> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=1822295708016537"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script> //make sure video's on iOS load first screen of the video. dmAPI.runOnReady('russTest',function() { var _hibu_vid = document.getElementsByTagName('video'); for (var i = 0; i < _hibu_vid.length; i++) { _hibu_vid[i].load(); } }) </script> <script> //simple addition by Russ to add consent banner link into footer const _spSpanForFooter = document.createElement('span'); _spSpanForFooter.id = "spConsentWrapper"; const poweredByFirstAnchor = document.querySelector('.poweredBy a:first-child'); poweredByFirstAnchor.insertAdjacentElement('afterend',_spSpanForFooter); window.localStorage.setItem("__springtime__repop__target", "#spConsentWrapper"); </script> <style>#spConsentWrapper:before { content: " | " }</style> <script>if(window.location.search.indexOf('preview')>0){window.localStorage.setItem('ae_user_consent_decision_has_been_made',true);document.getElementById('spConsentWrapper').remove();}</script><script>let comments = document.querySelectorAll('.dmFacebookComments');if (comments) {for (i=0;i<comments.length;i++) { comments[i].style.display = "none"; }}</script><!-- End Product Custom HTML Markup --> <script type="text/javascript" async="async" src="/__zenedge/assets/f.js?v=1674207422"></script><script>(function () { var v = 1732389936 * 3.1415926535898; v = Math.floor(v); document.cookie = "__zjc7884="+v+"; expires=Sat, 23 Nov 2024 19:27:36 UTC; path=/"; })()</script></body> </html>

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