var protoNowStarter={init:function(){protoNow.util.initI18n(),$.isMobile?this.redirectToMobile():"/m_viewer.html"===(new URI).path()?window.location.href="index.html":this.startFrame()},redirectToMobile:function(){var t=protoNow.util.parseHash(),o="m_viewer.html#";if(""===t.p){var e=protoNow.util.getStartPage(htDocumentData.sitemap);e&&(t.p=e.url)}window.location.href=o+URI.buildQuery(t)},startFrame:function(){MultiViewer.run();var t=$(protoNow.viewer.viewerID);t.show(),protoNow.oFrame=new Frame({$el:t,htDocumentData:htDocumentData}),protoNow.oSitemap=new Sitemap(htDocumentData)}};$(document).ready(function(){protoNowStarter.init()});