function phpads_deliverActiveX(content)
{
	document.write(content);	
}




function banner_rechts(seitentyp) {
   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 ("/banner/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=" + seitentyp + ",_rechts,-studienort_%&amp;clientid=23&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>");
}


function banner_links(seitentyp) {
   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 ("/banner/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=" + seitentyp + ",_links,-studienort_%&amp;clientid=23&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>");
}

function banner_rechts_ort(seitentyp,ort) {
   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 ("/banner/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=" + seitentyp + ",_" + ort + ",_rechts|" + seitentyp + ",_rechts,-studienort_%&amp;clientid=23&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>");
}

function banner_links_ort(seitentyp,ort) {
   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 ("/banner/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=" + seitentyp + ",_" + ort + ",_links|" + seitentyp + ",_links,-studienort_%&amp;clientid=23&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>");
}


function banner_skyscraper(seitentyp) {
   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 ("/banner/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=" + seitentyp + ",_skyscraper,-studienort_%&amp;clientid=23&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>");
}

function banner_skyscraper_ort(seitentyp,ort) {
   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 ("/banner/adjs.php?n=" + phpAds_random);
   document.write ("&amp;what=" + seitentyp + ",_" + ort + ",_skyscraper|" + seitentyp +  ",_skyscraper,-studienort_%&amp;clientid=23&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>");
}

