/* vplayer.js */
var ND = function (c, a) {
    c.videoplayer = function () {
        return { init: function (b) {
            if ((b = a(b || "body")) && b.size()) {
                window.onload = function () {
                    if ($("#ndplayer") != null && $("#ndplayer").length > 0) {
						$f("ndplayer", { src: "/global/flowplayer/flowplayer.commercial-3.2.7.swf", wmode: "opaque" }, { key: flowPlayerKey, clip: { autoPlay: true, autoBuffering: true }, onLoad: function () { this.setVolume(40) }, plugins: { controls: null} }).controls("ndcontroller", { duration: 25 }); a("div.volume").length > 0 && a("div.volume").vController(); a("div.volumeyt").length > 0 && a("div.volumeyt").ytController({ controllerbox: "div.volume-section",
							controller: "div.vslider"
						})
					}
                }; return this
            } 
        } 
        }
    }; return c
} (window.ND || {}, jQuery);

/* global.js */
(function (a, b) { b(function () { a.videoplayer().init() }) })(window.ND || {}, jQuery);
