function panbanner187(d,t){ 
    var flash = 0;
    if (navigator.plugins && navigator.plugins.length) {
        x = navigator.plugins["Shockwave Flash"];
        if (x) {
            flash = 1;
        }
        if (navigator.plugins["Shockwave Flash 2.0"]) {
            flash = 1;
        }
    } else if (navigator.mimeTypes && navigator.mimeTypes.length) {
        x = navigator.mimeTypes['application/x-shockwave-flash'];
        if (x && x.enabledPlugin)
            flash = 1;
    } else if (!flash && document.getElementById) {
        try {
            var flash = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
            flash = 1;
        }
        catch(e){}
    }
    if(flash) {
        document.write('<DIV style="position:absolute;width:468px;height:60">'+
            '<OBJECT type="application/x-shockwave-flash" data="'+d+'/images/187.swf" width="468" height="60" id="panbanner187">'+
            '<PARAM name="movie" value="'+d+'/images/187.swf">'+
            '<PARAM name="loop" value="true">'+
            '<PARAM name="wmode" value="transparent">'+
            '<PARAM name="menu" value="false">'+
            '<PARAM name="quality" value="high">'+
            '<PARAM name="FlashVars" value="clickTag='+d+'%2Fbanner.php%3Fid%3D187%26topic%3D'+t+'">'+
            '</OBJECT></DIV>')
    } else {
        document.write('<A href="'+d+'/banner.php?id=187&topic='+t+'" target="_blank">Parkinn_2010_Juni</A>')
    }
}