var userAgent=navigator.userAgent.toLowerCase();if(userAgent.indexOf("iphone")!=-1||userAgent.indexOf("ipad")!=-1){var f=function(){var a=document.body.getElementsByTagName("embed");for(var i=0;i<a.length;i++){var b=a[i];var c=b.getAttribute("src");var d=b.getAttribute("width");var e=b.getAttribute("height");if(!c.match(/http[s]?:\/\/[^.]*[.]?vimeo[.]com/)){continue}var f=c.replace(/.*clip_id=([^&]*)&.*/g,'$1');if(f==c){continue}else{}var g=b.parentNode;var h=g.parentNode;var j=document.createElement("video");j.setAttribute("width",d);j.setAttribute("height",e);j.setAttribute("src","http://www.vimeo.com/play_redirect?quality=mobile&clip_id="+f);j.setAttribute("controls","controls");h.replaceChild(j,g)}};f()}else{} // by WildWezyr
