
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: 180 */
var code="%3c%61%20%68%72%65%66%3d%22%68%74%74%70%3a%2f%2f%63%6c%69%78%2e%73%75%70%65%72%63%6c%69%78%2e%64%65%2f%63%67%69%2d%62%69%6e%2f%63%6c%69%78%2e%63%67%69%3f%69%64%3d%63%65%70%70%26%70%70%3d%31%33%37%32%32%26%6c%69%6e%6b%6e%72%3d%35%30%32%39%34%22%20%74%61%72%67%65%74%3d%22%5f%62%6c%61%6e%6b%22%3e%0d%0a%3c%69%6d%67%20%73%72%63%3d%22%68%74%74%70%3a%2f%2f%63%6c%69%78%2e%73%75%70%65%72%63%6c%69%78%2e%64%65%2f%69%6d%61%67%65%73%2f%63%6c%69%78%75%73%2f%39%37%31%38%35%2e%67%69%66%22%20%77%69%64%74%68%3d%22%34%36%38%22%20%68%65%69%67%68%74%3d%22%36%30%22%20%61%6c%74%3d%22%57%65%72%62%75%6e%67%22%20%62%6f%72%64%65%72%3d%22%30%22%3e%3c%2f%61%3e";
divAd(468,60,code);
