(function(kv) {

        /** The following code may be altered **/

        /* Define the data required to embed the content */
        var embed = {

                id: "KnowledgeVisionEmbeddedContentf51376b541b3446586152a0a2d0bd954",
                type: "presentation",
                useHTTPS: false,

                params: {
                        player: "https://content.knowledgevision.com/player/version/5/0/1/player.swf",
                        mobilePlayer: "https://content.knowledgevision.com/player/mobile/version/4/0/index.html",
                        config: "https://view.knowledgevision.com/config/account/orientcapital/presentation/225229585bda4337b3440f670f430194/config/config.xml",
                        width: "958",
                        height: "630"
                },

                track: {
                        presentationId: "MTA4ODA3",
                        presentationVersion: "1.0",
                        duration: "11589",
                        slideCount: "90",
                        trackUrl:"https://track.knowledgevision.com/itrack/",
                        licenseId:"276",
                        subAccountId:"-1"
                }

        };

        /** The following code should not be altered **/

        /* Create the "embeds" array if it doesn't exist */
        kv.embeds = kv.embeds || [];

        /* Add the embed for this presentation to the array */
        kv.embeds.push(embed);

        /* Inserts a new script in the DOM above the first script found */
        var insertScript = function(src, async) {

                var el = document.createElement("script");
                el.async = async;
                el.src = src;
                el.type = "text/javascript";

                var scripts = document.getElementsByTagName("script");

                if (async) {
                        scripts[0].parentNode.insertBefore(el, scripts[0]);
                }
                else {
                        document.write(unescape("%3Cscript src='" + src + "' type='text/javascript'%3E%3C/script%3E"));
                }

        };
        

        /* Inject the Loader script, only if it has not been loaded already */
        if (kv.loaded != true) {
                insertScript("https://content.knowledgevision.com/player/shared/version/1/0/loader.js", true);
                kv.loaded = true;
        }

        if (kv.checkEmbeds != null) {
                kv.checkEmbeds();
        }

})(window.knowledgevisionLoader = window.knowledgevisionLoader || {});
