(function(kv) { /** The following code may be altered **/ // Define the data required to embed the content var embed = { id: "KnowledgeVisionEmbeddedContent26796deaddb14ae3a55ed9ae2d6fffda", type: "presentation", useHTTPS: true, params: { player: "https://s3.amazonaws.com/present.knowledgevision.com/player/version/5/0/1/player.swf", mobilePlayer: "https://s3.amazonaws.com/present.knowledgevision.com/player/mobile/version/4/0/index.html", config: "https%3A%2F%2Fs3.amazonaws.com%2Fpresent.knowledgevision.com%2Faccount%2Fcminew%2Fpresentation%2F2eb6124a48e142aeb5723de04a5343c8%2Fconfig%2Fconfig.xml%3FExpires%3D2145910800%26AWSAccessKeyId%3DAKIAIBXQ24MXQ4CMI74A%26Signature%3DmpbK26LWlusYj%252BH2in6smQTxZYU%253D", width: "960", height: "1450" }, track: { presentationId: "MzgyMzM%3D", presentationVersion: "1.0", duration: "2057", slideCount: "24", trackUrl:"https://track.presentation-cloud.net/", licenseId:"3653", 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((embed.useHTTPS == true ? "https://s3.amazonaws.com/" : "http://") + "present.knowledgevision.com/player/shared/version/1/0/loader.js", true); kv.loaded = true; } if (kv.checkEmbeds != null) { kv.checkEmbeds(); } })(window.knowledgevisionLoader = window.knowledgevisionLoader || {});