function htmlVideoInit(){if(!isMobile){noVideoFallback();return false}if(navigator.userAgent.indexOf("Opera")>-1&&isMobile){noVideoFallback();return false}playerType="html";var d=htmlVideoSrc;var c=d;if(document.location.hash!=""){var a=get_position_from_location(document.location.hash);c=mobile_video_highlights[a[0]]}if(htmlVideoSize==undefined){htmlVideoSize={w:640,h:400}}$j(".player_top").empty().append(['<input type="hidden" id="htmlVideo_full" value="',htmlVideoSrc,'"/>','<video id="htmlVideo" width="'+htmlVideoSize.w+'" height="'+htmlVideoSize.h+'" preload controls>','<source id="lastSource" src="',c,'" type="video/mp4" />',"</video>","</div>",'<div id="htmlVideo_load" style="overflow: visible; display: none; width: 0px; height: 0px;  z-index: 2; position: relative; top:-360px; left: 0px; ">',' <div style="height: 360px; width: 640px; background-color: white; opacity: .5">','   <img src="/i/layout/pop-spinner.gif"  style="width: 60px; height: 60px; margin-left: 290px; margin-top: 150px;"/>'," </div>","</div>"].join(""));$j("#lastSource").error(function(e){noVideoFallback()});var b=document.getElementById("htmlVideo");b.onclick=function(){if(b.paused){b.play()}else{b.paused()}}}function noVideoFallback(){playerType="none";if(isMobile){$j(".player_top").empty().append(['<div class="player_error">',"<h2>The video is not available on this device.</h2>","<br/>",'<div style="text-align: center;">','<a  href="/" style="width: 141px; padding: 5px; text-align: left;" class="reg_link_button"  accesskey="s" tabindex="1">Continue Browsing Fora.tv</a>',"</div>","<br/>",'<div style="text-align: center; padding: 10px; font-weight: bold; font-size: 17px; color: #EF5C22">',"To access FORA.tv's full video library please visit FORA.tv on a Flash supported device.","</div>","</div>"].join(""))}else{$j(".player_top").empty().append(['<div class="player_error">',"<h2>Flash Version 10.1+ Required</h2>","<p>To view this program, we require that you have ","at least Adobe Flash Player version ",requiredMajorVersion," installed. You have an old version of Adobe Flash Player that cannot play our programs.</p>","<p>Why not download and install the latest version now? It will only take a moment.</p>","<p>If you have trouble, you may be behind a corporate firewall. In that case, please contact your system administrator.</p>",'<p style="text-align: center;"><a href="http://www.adobe.com/go/getflashplayer" target="_blank" style="border:none; margin-right:2em;"><img src="http://www.adobe.com/macromedia/style_guide/images/160x41_Get_Flash_Player.jpg" width=160 height=41" alt="Get Adobe Flash Player" style="vertical-align:middle; border:none"/></a></p>'].join(""))}};
