
Notice: Undefined index: HTTP_REFERER in /var/kunden/webs/cepp/adserv.domain-meister.de/functions.inc.php on line 46
// Domain-Meister.de Ad Viewer
// (C) Domain-Meister.de 2005

function divAd(width, height, adCode)
{
    document.write('<div style="width:'+width+'px;height:'+height+'px;position:relative;');
    document.write('border:none;font-family:sans-serif;font-size:normal;font-weight:normal;');
    document.write('display:inline;overflow:hidden;">');
    document.write(unescape(adCode));
    document.write('</div>');
}

function iframeAd(width, height, adId, anbieterId)
{
    document.write('<if'+'rame src="http://'+anbieterId+'.adserv.domain-meister.de/adframe.php?ad='+adId+'" ');
    document.write('wi'+'dth="'+width+'" hei'+'ght="'+height+'" fra'+'mebor'+'der="0" style="border:none;">');
    document.write('</ifra'+'me>');
}


function popupAd(width, height, adId, anbieterId)
{
    dummy = window.open('http://'+anbieterId+'.a'+'dserv.domain-meister.de/po'+'pup.php?a'+'d='+adId, 
                        'domainmeisterad',
                        'innerWidth='+width+',innerHeight='+height+',resizable=no,menubar=no,toolbar=no,status=no,scrollbar=no,dependent=yes');
    dummy.focus();                        
}

function rawAd(adCode)
{
    document.write(unescape(adCode));
}

/* ID: 9 */
var code="%3c%73%63%72%69%70%74%20%74%79%70%65%3d%22%74%65%78%74%2f%6a%61%76%61%73%63%72%69%70%74%22%3e%3c%21%2d%2d%0d%0a%67%6f%6f%67%6c%65%5f%61%64%5f%63%6c%69%65%6e%74%20%3d%20%22%70%75%62%2d%30%33%38%34%36%39%35%38%32%33%33%30%33%31%32%35%22%3b%0d%0a%67%6f%6f%67%6c%65%5f%61%64%5f%77%69%64%74%68%20%3d%20%34%36%38%3b%0d%0a%67%6f%6f%67%6c%65%5f%61%64%5f%68%65%69%67%68%74%20%3d%20%36%30%3b%0d%0a%67%6f%6f%67%6c%65%5f%61%64%5f%66%6f%72%6d%61%74%20%3d%20%22%34%36%38%78%36%30%5f%61%73%22%3b%0d%0a%67%6f%6f%67%6c%65%5f%61%64%5f%74%79%70%65%20%3d%20%22%74%65%78%74%22%3b%0d%0a%2f%2f%32%30%30%37%2d%30%38%2d%31%34%3a%20%6c%6f%74%77%2e%64%65%0d%0a%67%6f%6f%67%6c%65%5f%61%64%5f%63%68%61%6e%6e%65%6c%20%3d%20%22%34%37%33%39%33%31%35%31%38%33%22%3b%0d%0a%67%6f%6f%67%6c%65%5f%63%6f%6c%6f%72%5f%62%6f%72%64%65%72%20%3d%20%22%41%42%33%38%30%30%22%3b%0d%0a%67%6f%6f%67%6c%65%5f%63%6f%6c%6f%72%5f%62%67%20%3d%20%22%30%30%30%30%30%30%22%3b%0d%0a%67%6f%6f%67%6c%65%5f%63%6f%6c%6f%72%5f%6c%69%6e%6b%20%3d%20%22%41%42%33%38%30%30%22%3b%0d%0a%67%6f%6f%67%6c%65%5f%63%6f%6c%6f%72%5f%74%65%78%74%20%3d%20%22%46%46%46%46%46%46%22%3b%0d%0a%67%6f%6f%67%6c%65%5f%63%6f%6c%6f%72%5f%75%72%6c%20%3d%20%22%39%39%39%39%39%39%22%3b%0d%0a%67%6f%6f%67%6c%65%5f%75%69%5f%66%65%61%74%75%72%65%73%20%3d%20%22%72%63%3a%30%22%3b%0d%0a%2f%2f%2d%2d%3e%0d%0a%3c%2f%73%63%72%69%70%74%3e%0d%0a%3c%73%63%72%69%70%74%20%74%79%70%65%3d%22%74%65%78%74%2f%6a%61%76%61%73%63%72%69%70%74%22%0d%0a%20%20%73%72%63%3d%22%68%74%74%70%3a%2f%2f%70%61%67%65%61%64%32%2e%67%6f%6f%67%6c%65%73%79%6e%64%69%63%61%74%69%6f%6e%2e%63%6f%6d%2f%70%61%67%65%61%64%2f%73%68%6f%77%5f%61%64%73%2e%6a%73%22%3e%0d%0a%3c%2f%73%63%72%69%70%74%3e";
divAd(468,60,code);

