To add a banner advert to the top of the viewer, make the following changes.
In HeadSS, add the following:
<style>
.banner_wrap {
width:1020px;
height:67px;
position:relative;
margin: 0 auto;
z-index: 7;
}
.banner {
width:100%;
border-style:none;
border:0;
position:absolute;
bottom:0;
}
</style>
Then add the following to TopContent:
<div class="banner_wrap">
<a target="_blank" title="your Title" href="http://www.yourwebsitehere.com">
<img class="banner" src="http://www.linktoyourimage.com/banner.gif">
</a>
</div>
You will also need to adjust the top margin in the DonutMinCoords paramter to at least the height of your banner in pixels (t:):
t:40,b:50,l:40,r:40