function phpads_deliverActiveX(content)
{
	document.write(content);	
}


var filename = location.pathname.substring(location.pathname.lastIndexOf('\/')+1); 



<!-- Anfang Banner rechts oben -->

function banner_rechts_oben() {
   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.thieme.de/banner/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=tutorials,_"+filename+"/@rechts_oben&amp;clientid=62&amp;target=_blank&amp;withText=1&amp;block=1");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");
}


<!-- Ende Banner rechts oben -->

<!-- Anfang Banner rechts unten -->

function banner_rechts_unten() {
   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.thieme.de/banner/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=tutorials,_"+filename+"/@rechts_unten&amp;clientid=62&amp;target=_blank&amp;withText=1&amp;block=1");
   document.write ("&amp;exclude=" + document.phpAds_used);
   if (document.referrer)
      document.write ("&amp;referer=" + escape(document.referrer));
   document.write ("'><" + "/script>");

}


<!-- Ende Banner rechts unten -->



