Disc Plugin

HTML

<!-- Your website Header -->
<h1>Site Header</h1>

<!-- Your website Navigation -->
<h1>
Site Navigation
</h1>

<!--Ad disclosure element goes here -->
<div id="awin-disclosure-plugin" style="display:none">This is the page-level disclosure text. Please refer to your local regulatory guidelines for guidance on what you should write here.</div>

<br />
<!-- Your website content area -->
<p>
This is the main content of your website. By putting the disclosure element above it ensure that it remains in a visibile position and is not hidden away at the bottom of the page.
</p>

CSS

/* Styles for your page level disclousre element
  _______________________________________________.  */

*{
  font-family: Tahoma,sans-serif;
}

#awin-disclosure-plugin {
  font-family: Tahoma,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: inherit;
  padding: 0.01em 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 6px solid #ccc!important;
  color: #00568b!important;
  background-color: #eaeff5!important;
  border-color: #00568b!important;
}

JavaScript

// swap out with MasterTag, see 'resources' in left toolbar
document.getElementById('awin-disclosure-plugin').style.display = 'block';