<xen:if is="{$requestPaths.requestUri} == '/pages/adblock/'">
<xen:elseif is="{$requestPaths.requestUri} == '/pages/about-ads/'" />
<xen:elseif is="{$requestPaths.requestUri} == '/pages/premium/'" />
<xen:elseif is="{$requestPaths.requestUri} == '/tickets/'" />
<xen:elseif is="{$requestPaths.requestUri} == '/account/upgrades'" />
<xen:else />
<xen:if is="!in_array({$contentTemplate}, array('message_page', 'error', 'search_form', 'search_form_post', 'search_form_profile_post', 'search_results', 'register_form', 'register_facebook', 'register_twitter', 'register_google', 'login', 'error_with_login', 'contact'))">
<xen:if is="!{xen:helper ismemberof, $visitor, 1, 3, 4}">
<script type="text/javascript" src="/advertisement.js"></script>
<script type="text/javascript">
if (document.getElementById("tester") != undefined)
{
document.write(' ');
}
else
{
document.write('<div class="messageText ugc blockContainer"><div class="noticeContainer"><div class="head">Oh noes! An ad should be here.</div><div class="foot">Ads suck, we know! We are just a small company wanting to create new, fun features for you to enjoy and the ads help keep the free amazing information on the site alive! Learn more <a href="/pages/about-ads/" style="color: #fff; font-weight:bold; text-decoration: underline; text-shadow:0 0 0;">about our ads</a> or <a href="/pages/premium/" style="color: #fff; font-weight:bold; text-decoration: underline; text-shadow:0 0 0;">purchase Premium</a> to remove the ads and this message. Here\'s <a href="/pages/adblock/" style="color: #fff; font-weight:bold; text-decoration: underline; text-shadow:0 0 0;">how you can disable your ad blocker</a>.</div></div></div>');
}
</script>
</xen:if>
<xen:if is="!{$visitor.user_id}">
<script type="text/javascript" src="/advertisement.js"></script>
<script type="text/javascript">
if (document.getElementById("tester") != undefined)
{
document.write(' ');
}
else
{
document.write('<div class="messageText ugc blockContainer"><div class="noticeContainer"><div class="head">Oh noes! An ad should be here.</div><div class="foot">Ads suck, we know! We are just a small company and the ads help to keep this treasure trove of free information alive and available to you! Please consider disabling your ad blocker or register an account to <a href="/pages/premium/" style="color: #fff; font-weight:bold; text-decoration: underline; text-shadow:0 0 0;">become a Premium Member</a> where we remove the ads for you. We thank you for your support.<br />Learn how to <a href="/pages/adblock/" style="color: #fff; font-weight:bold; text-decoration: underline; text-shadow:0 0 0;">disable your ad blocker</a> for just Se7enSins and find more information on the <a href="/pages/about-ads/" style="color: #fff; font-weight:bold; text-decoration: underline; text-shadow:0 0 0;">ads we serve</a>.</div></div></div>');
}
</script>
</xen:if>
</xen:if>
</xen:if>