function panbanner119(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:156px;height:128">'+
            '<OBJECT type="application/x-shockwave-flash" data="'+d+'/images/119.swf" width="156" height="128" id="panbanner119">'+
            '<PARAM name="movie" value="'+d+'/images/119.swf">'+
            '<PARAM name="loop" value="false">'+
            '<PARAM name="wmode" value="solid">'+
            '<PARAM name="menu" value="false">'+
            '<PARAM name="quality" value="high">'+
            '<PARAM name="FlashVars" value="clickTag='+d+'%2Fbanner.php%3Fid%3D119%26topic%3D'+t+'">'+
            '</OBJECT></DIV>')
    } else {
        document.write('<A href="'+d+'/banner.php?id=119&topic='+t+'" target="_blank">Ciao Mario</A>')
    }
}