var extra;(function(){extra=Typescript.Application.Extra.start().application()})();$(window).ready(function(){extra.notifyWindowReady()});$(window).resize(function(){extra.notifyWindowResize()});$(window).on("orientationchange",function(){extra.notifyWindowRotate()});$(document).ready(function(){extra.notifyDocumentReady()});window.videoPlayerReady=function(){extra.notifyStreamingPlayerLoaded()}