window.onload = function () { var ua = navigator.userAgent.toLowerCase(); var flashInstalled = false; if (typeof (navigator.plugins) != "undefined" && typeof (navigator.plugins["Shockwave Flash"]) == "object") { flashInstalled = true; } else if (typeof window.ActiveXObject != "undefined") { try { if (new ActiveXObject("ShockwaveFlash.ShockwaveFlash")) { flashInstalled = true; } } catch (e) {}; }; if (ua.indexOf("iphone") != -1 || ua.indexOf("ipad") != -1 || (ua.indexOf("macintosh") != -1 && ua.indexOf("chrome") == -1) || ua.indexOf("android") != -1 || ua.indexOf("windows phone") != -1 || ua.indexOf("blackberry") != -1) { document.getElementById("player").innerHTML = '