In the header template, change this:
HTML Code:
<td style="padding-right: 20px;"><img src="images/epic/header_seperator.gif" width="3" height="64" alt="" />
<!-- banner ads -->
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://www.wobchat.de/phpAdsNew/adjs.php?n=" + phpAds_random);
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://www.wobchat.de/phpAdsNew/adclick.php?n=a27f172d' target='_blank'><img src='http://www.wobchat.de/phpAdsNew/adview.php?n=a27f172d' border='0' alt=''></a></noscript>
<!-- /banner ads -->
</td>
To this:
HTML Code:
<td style="padding-right: 20px;"><img src="images/epic/header_seperator.gif" width="3" height="64" alt="" /></td>
<td style="padding-right: 20px;">
<!-- banner ads -->
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://www.wobchat.de/phpAdsNew/adjs.php?n=" + phpAds_random);
document.write ("&exclude=" + document.phpAds_used);
if (document.referer)
document.write ("&referer=" + escape(document.referer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://www.wobchat.de/phpAdsNew/adclick.php?n=a27f172d' target='_blank'><img src='http://www.wobchat.de/phpAdsNew/adview.php?n=a27f172d' border='0' alt=''></a></noscript>
<!-- /banner ads -->
</td>