document.write('<div id=\'vid2_videoplaybackframe_681507\' class=\'exflashclass681507\'>\n');document.write('\n');document.write('<script>\n');document.write('/*\n');document.write(' *  @does: log in test enviroment\n');document.write(' *  @use:  mi24logger.log(tolog)\n');document.write(' */\n');document.write('\n');document.write('//mi24funcClazz = function() {\n');document.write('function mi24func() {\n');document.write('    /*\n');document.write('     * load Script mi24player.load("myscript.*", "css/js")\n');document.write('     */\n');document.write('    this.load = function (fname, ftype) {\n');document.write('        if (ftype == "js") {\n');document.write('            var fref = document.createElement("script")\n');document.write('            fref.setAttribute("type", "text/javascript")\n');document.write('            fref.setAttribute("src", fname)\n');document.write('        }\n');document.write('        else if (type == "css") {\n');document.write('            var fref = document.createElement("link")\n');document.write('            fref.setAttribute("rel", "stylesheet")\n');document.write('            fref.setAttribute("type", "text/css")\n');document.write('            fref.setAttribute("href", fname)\n');document.write('        }\n');document.write('        if (typeof fref != "undefined") {\n');document.write('            document.getElementsByTagName("head")[0].appendChild(fref);\n');document.write('        }\n');document.write('    }\n');document.write('\n');document.write('    //  return fref;\n');document.write('\n');document.write('\n');document.write('    this.decodeBase64 = function (s) {\n');document.write('        var e = {}, i, k, v = [], r = "", w = String.fromCharCode;\n');document.write('        var n = [\n');document.write('            [65, 91],\n');document.write('            [97, 123],\n');document.write('            [48, 58],\n');document.write('            [43, 44],\n');document.write('            [47, 48]\n');document.write('        ];\n');document.write('\n');document.write('        for (z in n) {\n');document.write('            for (i = n[z][0]; i < n[z][1]; i++) {\n');document.write('                v.push(w(i));\n');document.write('            }\n');document.write('        }\n');document.write('        for (i = 0; i < 64; i++) {\n');document.write('            e[v[i]] = i;\n');document.write('        }\n');document.write('\n');document.write('        for (i = 0; i < s.length; i += 72) {\n');document.write('            var b = 0, c, x, l = 0, o = s.substring(i, i + 72);\n');document.write('            for (x = 0; x < o.length; x++) {\n');document.write('                c = e[o.charAt(x)];\n');document.write('                b = (b << 6) + c;\n');document.write('                l += 6;\n');document.write('                while (l >= 8) {\n');document.write('                    r += w((b >>> (l -= 8)) % 256);\n');document.write('                }\n');document.write('            }\n');document.write('        }\n');document.write('        mi24logger.log("mi24func.decodeBase64:" + r);\n');document.write('        return r;\n');document.write('    }\n');document.write('\n');document.write('    /*\n');document.write('     * @does execute jsscript, loop until given objects are loaded\n');document.write('     * @input String objs (space separated objectnames) ,  String jsscript (executable js)\n');document.write('     */\n');document.write('    this.executeIfPresent = function (objs, jsscript) {\n');document.write('\n');document.write('        isloaded = true;\n');document.write('        idletime = 100;\n');document.write('        maxIterations = 50;\n');document.write('\n');document.write('        if (typeof objs == "string") {\n');document.write('            // remove multiple blanks\n');document.write('            objStr = objs.replace(/\\s{2,}/g, " ");\n');document.write('            // remove trailing, leading blank\n');document.write('            objStr = objStr.replace(/^\\s+|\\s+$/g, "");\n');document.write('            objs = objStr.split(" ");\n');document.write('            objs.str = objStr;\n');document.write('            objs.it = 0;\n');document.write('        }\n');document.write('\n');document.write('        if (objs.it > maxIterations) {\n');document.write('            mi24logger.log("[" + objStr + "]" + " is absent, max iterations reached");\n');document.write('            return false;\n');document.write('        }\n');document.write('\n');document.write('        for (var i = 0; i < objs.length; i++) {\n');document.write('            try {\n');document.write('                eval(objs[i]);\n');document.write('                //eval(obj);\n');document.write('                if (typeof eval(objs[i]) != "undefined") {\n');document.write('                    isloaded = isloaded && true;\n');document.write('                }\n');document.write('                else {\n');document.write('                    isloaded = isloaded && false;\n');document.write('                }\n');document.write('\n');document.write('            } catch (e) {\n');document.write('                isloaded = false;\n');document.write('            }\n');document.write('        }\n');document.write('        if (!isloaded) {\n');document.write('            window.setTimeout(function () {\n');document.write('                objs.it++;\n');document.write('                //mi24logger.log(objs.it);\n');document.write('                mi24func.executeIfPresent(objs, jsscript);\n');document.write('            }, idletime);\n');document.write('        } else {\n');document.write('            if (objs.it > 0) {\n');document.write('                mi24logger.log("[" + objs.str + "]" + " is present " + (objs.it > 0 ? "(loops:" + objs.it : "") + " time:" + objs.it * idletime + " msec)");\n');document.write('            } else {\n');document.write('                mi24logger.log("[" + objs.str + "]" + " is present ");\n');document.write('            }\n');document.write('            try {\n');document.write('                eval(jsscript);\n');document.write('            } catch (e) {\n');document.write('                mi24logger.log(e);\n');document.write('                return false;\n');document.write('            }\n');document.write('            return true;\n');document.write('        }\n');document.write('\n');document.write('    }\n');document.write('\n');document.write('    this.showPlayerDo = function (id) {\n');document.write('        var hasFlash = false;\n');document.write('        var hasHtml5 = false;\n');document.write('        try {\n');document.write('            hasFlash = Boolean(new ActiveXObject(\'ShockwaveFlash.ShockwaveFlash\'));\n');document.write('        } catch(exception) {\n');document.write('            hasFlash = (\'undefined\' != typeof navigator.mimeTypes[\'application/x-shockwave-flash\']);\n');document.write('        }\n');document.write('\n');document.write('        if (hasFlash == false) {\n');document.write('            if (!document.createElement(\'video\').canPlayType) {\n');document.write('                if (jQuery(\'.mi24wmv_\' + id).length == 0) {\n');document.write('                    alert("Kein Flash Plugin installiert.");\n');document.write('                    hasFlash = true;\n');document.write('                }\n');document.write('            } else {\n');document.write('                hasHtml5 = true\n');document.write('            }\n');document.write('        }\n');document.write('\n');document.write('        if (hasFlash) {\n');document.write('            jQuery(\'.mi24html5_\' + id).remove();\n');document.write('            jQuery(\'.mi24wmv_\' + id).remove();\n');document.write('            jQuery(\'.mi24flash_\' + id).css(\'visibility\', \'visible\');\n');document.write('            window.setTimeout(function() {\n');document.write('                mi24func.executeIfPresent("mi24playerClazz",eval("mi24Initialize_flash_"+id+"()"));\n');document.write('            }, 800);\n');document.write('        } else if (hasHtml5) {\n');document.write('            jQuery(\'.mi24flash_\' + id).remove();\n');document.write('            jQuery(\'.mi24wmv_\' + id).remove();\n');document.write('            jQuery(\'.mi24html5_\' + id).show();\n');document.write('            window.setTimeout(function() {\n');document.write('                mi24func.executeIfPresent("mi24playerClazz",eval("mi24Initialize_html5_"+id+"()"));\n');document.write('            }, 800);\n');document.write('        } else {\n');document.write('            jQuery(\'.mi24flash_\' + id).remove();\n');document.write('            jQuery(\'.mi24html5_\' + id).remove();\n');document.write('            jQuery(\'.mi24wmv_\' + id).show();\n');document.write('        }\n');document.write('    }\n');document.write('}\n');document.write('\n');document.write('//var mi24func = new mi24funcClazz();\n');document.write('var mi24func = new mi24func();\n');document.write('\n');document.write('\n');document.write('//mi24loggerClazz = function() {\n');document.write('function mi24logger() {\n');document.write('\n');document.write('    var domainPattern = ["(dev\\.edge-cdn\\.net)", "(test\\.local)", "(develop-edge)", "(vm6\\.ja\\.mi24)"];\n');document.write('    //var domainPattern = ["(dev\\.edge-cdn\\.net)","(jt\\.mi24\\.tv)", "(localhost)", "(develop-edge)", "(vm6\\.jt\\.mi24)"];\n');document.write('    var domainPatternStr = "";\n');document.write('    var regex;\n');document.write('    var logEnabled;\n');document.write('    var errorEnabled;\n');document.write('\n');document.write('\n');document.write('    this.addDomainPattern = function (pattern) {\n');document.write('        domainPattern.push("(" + pattern + ")");\n');document.write('        mi24logger.log("mi24logger domain pattern: " + mi24logger.getDomainPattern());\n');document.write('        this.compileDomainRegEx();\n');document.write('    }\n');document.write('    this.compileDomainRegEx = function () {\n');document.write('        domainPatternStr = "";\n');document.write('        for (var i = 0; i < domainPattern.length; i++) {\n');document.write('            domainPatternStr += (i == 0 ? "" : "|") + domainPattern[i];\n');document.write('        }\n');document.write('        regex = new RegExp(domainPatternStr, "i");\n');document.write('        logEnabled = regex.test(document.domain);\n');document.write('        errorEnabled = logEnabled;\n');document.write('        return regex;\n');document.write('    }\n');document.write('    this.getDomainPattern = function () {\n');document.write('        return domainPatternStr;\n');document.write('    }\n');document.write('\n');document.write('    this.logAll = function () {\n');document.write('        excludePatternStr = "";\n');document.write('        logEnabled = true;\n');document.write('    }\n');document.write('    this.logEnable = function () {\n');document.write('        logEnabled = true;\n');document.write('    }\n');document.write('    this.logDisable = function () {\n');document.write('        logEnabled = false;\n');document.write('    }\n');document.write('    this.errorEnable = function () {\n');document.write('        errorEnabled = true;\n');document.write('    }\n');document.write('    this.errorDisable = function () {\n');document.write('        errorEnabled = false;\n');document.write('    }\n');document.write('\n');document.write('    /*\n');document.write('     *\n');document.write('     * @param {type} tolog\n');document.write('     * @returns {undefined}\n');document.write('     * @does log ouput   (mi24logger.log(<obj/string>))\n');document.write('     */\n');document.write('    this.log = function (tolog) {\n');document.write('        if (logEnabled) {\n');document.write('            try {\n');document.write('                console.log(tolog);\n');document.write('            } catch (e) {\n');document.write('                alert(tolog);\n');document.write('            }\n');document.write('        }\n');document.write('    }\n');document.write('\n');document.write('    /*\n');document.write('     *\n');document.write('     * @param {type} tolog\n');document.write('     * @returns {undefined}\n');document.write('     * @does log error   (mi24logger.error(<obj/string>))\n');document.write('     */\n');document.write('    this.error = function (tolog) {\n');document.write('        if (errorEnabled) {\n');document.write('            try {\n');document.write('                console.log("ERROR: " + tolog);\n');document.write('            } catch (e) {\n');document.write('                alert("ERROR: " + tolog);\n');document.write('            }\n');document.write('        }\n');document.write('    }\n');document.write('}\n');document.write('\n');document.write('//var mi24logger = new mi24loggerClazz();\n');document.write('var mi24logger = new mi24logger();\n');document.write('mi24logger.compileDomainRegEx();\n');document.write('mi24logger.log("mi24logger domain pattern: " + mi24logger.getDomainPattern());\n');document.write('</script>\n');document.write('\n');document.write('<script>\n');document.write('\n');document.write('</script>\n');document.write('\n');document.write('                \n');document.write('<script>\n');document.write('\n');document.write('                    if (typeof SWFObject == "undefined") {\n');document.write('                        mi24func.load("http://dl.edge-cdn.net/flashplayer/swfobjectcustom.js","js");\n');document.write('                        //load("http://dl.edge-cdn.net/flashplayer/swfobjectcustom.js","js");\n');document.write('                    } else {\n');document.write('                        var testSWF = new SWFObject();\n');document.write('                        if(typeof testSWF.attributes.useExpressInstall == "undefined") {\n');document.write('                            mi24func.load("http://dl.edge-cdn.net/flashplayer/swfobjectcustom.js","js");\n');document.write('                        }\n');document.write('                    }\n');document.write('                    if (typeof mi24flashtools == "undefined") {\n');document.write('                        mi24func.load("http://dl.edge-cdn.net/javascript/mi24/src/mi24flashtools.js","js");\n');document.write('                        //load("http://dl.edge-cdn.net/javascript/mi24/src/mi24flashtools.js","js");\n');document.write('                    }\n');document.write('                </script>\n');document.write('\n');document.write('                    \n');document.write('            \n');document.write('                    \n');document.write('<script>\n');document.write('\n');document.write('                    if (typeof mi24Clazz == \'undefined\') {\n');document.write('                        mi24func.load("http://dl.edge-cdn.net/javascript/mi24/src/mi24.js","js");\n');document.write('                    }\n');document.write('                    </script>\n');document.write('\n');document.write('                    \n');document.write('<script>\n');document.write('\n');document.write('                        if (typeof jQuery == "undefined") {\n');document.write('                            mi24func.load("http://dl.edge-cdn.net/external/jqueryui/js/jquery-1.8.2.min.js","js");\n');document.write('                            mi24func.executeIfPresent("jQuery","$.noConflict()");\n');document.write('                        }\n');document.write('                    </script>\n');document.write('\n');document.write('<script>\n');document.write('\n');document.write('                    if (typeof mi24playerClazz == "undefined") {\n');document.write('                        mi24func.load("http://dl.edge-cdn.net/javascript/mi24/src/mi24player.js","js");\n');document.write('                    }\n');document.write('                    </script>\n');document.write('\n');document.write('            \n');document.write('<script>\n');document.write('\n');document.write('            if (typeof mi24responsiveClazz == "undefined") {\n');document.write('                mi24func.load("http://dl.edge-cdn.net/javascript/mi24/src/mi24responsive.js","js");\n');document.write('            }\n');document.write('            </script>\n');document.write('<link rel=\'stylesheet\' type=\'text/css\' href=\'http://dl.edge-cdn.net/css/mi24responsive.css\'><div id=\'responsivediv_681507\' style=\'position:relative;padding-bottom: 0px;padding-top:0px;overflow: hidden;\'>\n');document.write('\n');document.write('<script>\n');document.write('                                    mi24func.executeIfPresent(\'mi24responsiveClazz\',\'mi24responsive_681507 = new mi24responsiveClazz("681507","flashv3");mi24responsive_681507.init(16/9, 25);window.onresize = function(event) {   mi24responsive_681507.setHeight(16/9, 25);}\');\n');document.write('                                    </script>\n');document.write('\n');document.write('                                   <div class="v2_videoplayback_player" itemprop="video" itemscope itemtype="http://schema.org/VideoObject">    \n');document.write('<script>\n');document.write('                                            var mi24player_681507;\n');document.write('function mi24Initialize_681507() {        mi24player_681507 = new mi24playerClazz("681507","flashv3");\n');document.write('                                            mi24player_681507.init("mainjvideo_681507");    mi24player_681507.isResponsive = true;\n');document.write('                                                /* for single api implementations, clone the first mi24player object */\n');document.write('                                                if(typeof mi24player != "object") {\n');document.write('                                                    mi24player = mi24player_681507;\n');document.write('\n');document.write('                                                }\n');document.write('\n');document.write('                                            }\n');document.write('                                             window.setTimeout(function() {\n');document.write('                                                mi24func.executeIfPresent("mi24playerClazz","mi24Initialize_681507()");\n');document.write('                                            }, 800);\n');document.write('\n');document.write('                                            </script>\n');document.write('<div class=\'v2_playericons\'>\n');document.write('</div>\n');document.write('<meta itemprop=\'thumbnailUrl\' content=\'http://dl.edge-cdn.net/videothumbs/1/30/b1/videodb_5722_71373_4398841_16x9/videodb_5722_71373_4398841_16x9_05_MQ.jpg\'/>\n');document.write('<meta itemprop=\'embedURL\' content=\'\'/>\n');document.write('<meta itemprop=\'width\' content=\'480\'/>\n');document.write('<meta itemprop=\'height\' content=\'295\'/>\n');document.write('<div  style=\'\'><div id=\'bgblankexfashcontent681507X480X295X1419976722X845\' class=\'flashdiv\' style=\'\'>\n');document.write('</div>\n');document.write('<div style=\'z-index:0;background-color:#fff;position:absolute;left:0px;top:0px;background-color:#000000;margin: 0px;padding: 0px;border:0px none;\'>&nbsp;</div>\n');document.write('<div id=\'bgexfashcontent681507X480X295X1419976722X845\' style=\'z-index:1;position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#000000;margin: 0px;padding: 0px;border:0px none;\'>\n');document.write('</div>\n');document.write('<div id="exfashcontent681507X480X295X1419976722X845" style=\'z-index:2;position:absolute;left:0px;top:0px;width:100%;height:100%;margin: 0px;padding: 0px;border:0px none;\'>.<noscript style=\'color:#ffff00;\'><br>Hier erscheint die Video-Wiedergabe (benötigt JavaScript und Adobe Flash Player ab Version 8.0)!<br><br>Sie haben entweder Javascript deaktiviert oder nicht die aktuelle Adobe Flash-Player-Version installiert.</noscript></div>\n');document.write('</div>\n');document.write('<script type="text/javascript">\n');document.write('var isPlayerReady_681507 = true;\n');document.write('var PlayerLoaded_681507 = false;\n');document.write('var stopvideoonload_681507 = false;\n');document.write('var stopvideoonloadstatus_681507 = false;\n');document.write('var playingok_681507 = false;\n');document.write('var autoplaystatus_681507 = -1;\n');document.write('function fp_stop_681507() {\n');document.write('stopvideoonload_681507 = true;\n');document.write('}\n');document.write('function flashPlayerStatusEvent_681507(status_) {\n');document.write('   if (typeof mi24player_681507 != "undefined") {\n');document.write('       mi24player_681507.flashPlayerStatusEvent(status_);\n');document.write('   }\n');document.write('} //flashPlayerStatusEvent \n');document.write('</script>\n');document.write('<script type="text/javascript">\n');document.write('var x_30199d27dadf7b8a8f4bca67f7b3fa37timerid= new Array();\n');document.write('if (typeof mi24players == "undefined") { var mi24players=1;}\n');document.write('function r_681507_85290c3773be0f846ac82b752b4eade3replacetext(text){\n');document.write('var tmp_text;\n');document.write(' if (document.getElementById("videoplayback_titlebar_681507")){\n');document.write('tmp_text=text;\n');document.write('if (tmp_text.length > 59) {\n');document.write('tmp_text=tmp_text.substr(0,56)+"...";\n');document.write(' }\n');document.write('document.getElementById("videoplayback_titlebar_681507").innerHTML=tmp_text;\n');document.write(' }\n');document.write('}\n');document.write('function x_30199d27dadf7b8a8f4bca67f7b3fa37loadloadimg(){\n');document.write('if (document.getElementById("bgexfashcontent681507X480X295X1419976722X845")) { document.getElementById("bgexfashcontent681507X480X295X1419976722X845").innerHTML="<center><img border=0 src=\'http://dl.edge-cdn.net/videothumbs/1/30/b1/videodb_5722_71373_4398841_16x9/videodb_5722_71373_4398841_16x9_05_MQ.jpg\' width=\'480\' height=\'270\' style=\'margin: 0px;padding: 0px;border:0px none;\'></center>";}\n');document.write('}\n');document.write('function x_30199d27dadf7b8a8f4bca67f7b3fa37loadblank(){\n');document.write('if (document.getElementById("bgblankexfashcontent681507X480X295X1419976722X845")) { document.getElementById("bgblankexfashcontent681507X480X295X1419976722X845").innerHTML="<img border=\'0\' src=\'http://dl.edge-cdn.net/images/blank.gif\' width=\'1\' height=\'1\'>";}\n');document.write('}\n');document.write('function x_30199d27dadf7b8a8f4bca67f7b3fa37noflash(){\n');document.write('if ((typeof thisMovie("mainjvideo_681507") == "undefined") || (thisMovie("mainjvideo_681507") == null)) {\n');document.write('if (!document.getElementById("exfashcontent681507X480X295X1419976722X845")) { return;}\n');document.write('if (!document.getElementById("bgexfashcontent681507X480X295X1419976722X845")) { return;}\n');document.write('if (document.getElementById("exfashcontent681507X480X295X1419976722X845").innerHTML.substr(0,1) == ".") {\n');document.write('if (document.getElementById("exfashcontent681507X480X295X1419976722X845")) { document.getElementById("exfashcontent681507X480X295X1419976722X845").innerHTML="<div style=\'width:480px;height:270px;position:relative;\'><div style=\'border:solid 3px #333333;position:absolute;left:160px;top:114px;height:41px;width:160px;\'><a href=\'http://www.adobe.com/go/getflashplayer\' target=\'_blank\' border=\'0\'><img border=0 src=\'/images/160x41_Get_Flash_Player.jpg\'></a></div></div>";}\n');document.write('if (document.getElementById("bgexfashcontent681507X480X295X1419976722X845")) { document.getElementById("bgexfashcontent681507X480X295X1419976722X845").style.opacity="0.3";}\n');document.write('if (document.getElementById("bgexfashcontent681507X480X295X1419976722X845")) { document.getElementById("bgexfashcontent681507X480X295X1419976722X845").style.filter="alpha(opacity=30)";}\n');document.write('if (document.getElementById("bgexfashcontent681507X480X295X1419976722X845")) { document.getElementById("bgexfashcontent681507X480X295X1419976722X845").style.MozOpacity="0.3";}\n');document.write('}}}\n');document.write('\n');document.write('                                    /* init the flash player */\n');document.write('\n');document.write('                                    var initFlashPlayer_681507 = function() { \n');document.write('\n');document.write('                                     so = new SWFObject("http://dl.edge-cdn.net/flashplayer/playerv3.swf", "mainjvideo_681507", \'100%\', \'100%\', "8", "#000000");\n');document.write('var flashplayer = "";\n');document.write('\n');document.write('\n');document.write('                        mi24flashtools.detectOldVersion(flashplayer);\n');document.write('if(mi24flashtools.getAvailableVersion() == 0)\n');document.write('{\n');document.write('alert("Kein Flash Plugin installiert.");\n');document.write('}\n');document.write('else if(mi24flashtools.isOldVersion() && flashplayer == "v2")\n');document.write('{\n');document.write('alert("Mindestens Flash Version 9.0 erforderlich.");\n');document.write('}\n');document.write('else if(mi24flashtools.isOldVersion() && flashplayer != "v2")\n');document.write('{\n');document.write('alert("Mindestens Flash Version 10.1 erforderlich.");\n');document.write('}\n');document.write('so.useExpressInstall("http://dl.edge-cdn.net/flashplayer/expressinstall.swf");\n');document.write('  so.addVariable("allowScriptAccess", "always");if (stopvideoonload_681507) {\n');document.write('  so.addVariable("autoStart","0");\n');document.write('  autoplaystatus_681507 = 0;\n');document.write('}\n');document.write('else\n');document.write('{\n');document.write('  so.addVariable("autoStart","false");\n');document.write('  autoplaystatus_681507 = false;\n');document.write('}\n');document.write('so.addVariable("config_playerObjectID","mainjvideo_681507");\n');document.write('so.addVariable("config_url","http%3A%2F%2Fdl.edge-cdn.net%2Fvideoxmls%2Fx%2F3%2F55%2Fb6%2F%2F0%2FskinXML%2F295.270.480.0.0%2F0%2F18debec2db1925dd205f2d31a1f178f6dZFJbsQgEEXvwj4tD3jCq2SRa7SwoR0UDA6U40SR7x7MoLaidK3g_YJfAyUl-bGkJci-C8UoUNRTUh-sJkjM01Vp1AuCi96Tr1n-Q8AeJMd501Z11WVOwQRJqibkjgVBXKGQPWqpjT08usOjcgTGIYX%2FX_qzcdxiULxSCijkPGybfFJwFHALW5wcxKqKLz6OAn1I6GJAvMROxmmSIuxwl0X6W36U-juZzpqBUZL32-O46AHUFcLevEjc6_yLLBPLdeZJxoTP1YqT2h8owtw48edBWTXAQRInpAr3gI1kO5uETNXX%2FXa_rE1Xg3arNADqebPaVYKRg3CbgvQcz3u3Nlq6EgtEqodLUtw6msZ_ayAoSErN_30Kfhi7YCtPlGobSqKfyO3Xur_IJzZ79t24WziT-NTF0Ud73svw%252C%252C.xml,http%3A%2F%2Fdl.edge-cdn.net%2Fvideoxmls%2Fx%2F3%2Fac%2F61%2F681507%2FvideoSrcXML%2F295.270.480.23.1405070769%2F2_2e3439b91b8c0549eb9441fc1d252b84%2F6a5540340eae2fdb2ea90c9314888da7TVHBkqQgDP0X7mMpiije5jznvVIoUalV6AG63amt_vcNaM_sQQzhJXnvRYlW_A2CCTI9lA9kUKJOiQozSr_fY3T2lwlm3IAMQTSCRH_PYVULok24beprBbOskQxGUF7iU4-1v9WuzIdbErTvBHkYLdX%2FXuuYiWX9--wYPU4KwU9QNPQsqAtpW3HKolocB5xjFMqpygrWkoPM3jwqwtRHsdR7BACvI3gN2MLjaSeWYh7CaloVkIFSSTBawhmsYlmQ5FVmxSO0bKUqTDRpVrspr5CFihImf8YhNUd06puEXxCJ5HYX%2FX9lNnzRfmHHIYHdc8o0uon-n_mdSzITPFB5sNQhBYcjo3b4-zgJyUzsujvuzf3OIyYdZTfiI83Nxt2nVGIBH_MrpjtC-nmvN6hHLumlZNHR05o2MDSkNuiVuU85Rp1clAvAc7Z91oULIZ9AJvk7aFhUX%2FXhO4n_2zbrLo9ylKl9Ed6fhQs2bCmuKOfaMXqppS2vBrSD9argOnr_n8x8%252C.xml");\n');document.write('so.addVariable("config_javascriptEvents","true");\n');document.write('so.addParam("wmode","transparent");\n');document.write('so.addParam("allowFullScreen","true");\n');document.write('so.addParam("allowScriptAccess","always");\n');document.write('so.addParam("scale","noscale");\n');document.write('so.addParam("salign","LT");\n');document.write('so.addVariable("playerID",mi24players++);\n');document.write('so.write("exfashcontent681507X480X295X1419976722X845");\n');document.write('PlayerLoaded_681507=true;\n');document.write('x_30199d27dadf7b8a8f4bca67f7b3fa37timerid["x_30199d27dadf7b8a8f4bca67f7b3fa37noflash"] = setTimeout("if (typeof x_30199d27dadf7b8a8f4bca67f7b3fa37noflash == \'function\') {x_30199d27dadf7b8a8f4bca67f7b3fa37noflash();}",5500);\n');document.write('}; /*initFlashPlayer*/ \n');document.write('\n');document.write('                                   // ftf ie8\n');document.write('                                   try{\n');document.write('                                      if (mi24func.executeIfPresent("SWFObject mi24flashtools","initFlashPlayer_681507()") === false) {\n');document.write('                                        mi24func.executeIfPresent("SWFObject mi24flashtools",initFlashPlayer_681507());\n');document.write('                                      };\n');document.write('                                   } catch(e) {}\n');document.write('                                      \n');document.write('x_30199d27dadf7b8a8f4bca67f7b3fa37timerid["x_30199d27dadf7b8a8f4bca67f7b3fa37loadloadimg"] = setTimeout("if (typeof x_30199d27dadf7b8a8f4bca67f7b3fa37loadloadimg == \'function\') {x_30199d27dadf7b8a8f4bca67f7b3fa37loadloadimg();}",4000);\n');document.write('x_30199d27dadf7b8a8f4bca67f7b3fa37timerid["x_30199d27dadf7b8a8f4bca67f7b3fa37loadloadblank1"] = setTimeout("if (typeof x_30199d27dadf7b8a8f4bca67f7b3fa37loadblank == \'function\') {x_30199d27dadf7b8a8f4bca67f7b3fa37loadblank();}",3000);\n');document.write('x_30199d27dadf7b8a8f4bca67f7b3fa37timerid["x_30199d27dadf7b8a8f4bca67f7b3fa37loadloadblank1"] = setTimeout("if (typeof x_30199d27dadf7b8a8f4bca67f7b3fa37loadblank == \'function\') {x_30199d27dadf7b8a8f4bca67f7b3fa37loadblank();}",6000);\n');document.write('x_30199d27dadf7b8a8f4bca67f7b3fa37timerid["x_30199d27dadf7b8a8f4bca67f7b3fa37loadloadblank1"] = setTimeout("if (typeof x_30199d27dadf7b8a8f4bca67f7b3fa37loadblank == \'function\') {x_30199d27dadf7b8a8f4bca67f7b3fa37loadblank();}",9000);\n');document.write('</script>\n');document.write('\n');document.write('</div>\n');document.write('</div></div>\n');document.write('\n');