var sharedTimer;var SHARENAME = "cc";var MM_contentVersion = 9;var validate_frequency = 0;var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;if (plugin) {    var words = navigator.plugins["Shockwave Flash"].description.split(" ");    for (var i = 0; i < words.length; ++i) {        if (isNaN(parseInt(words[i])))             continue;        var MM_PluginVersion = words[i];    }    var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;}else     if (navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0 && (navigator.appVersion.indexOf("Win") != -1)) {        document.writeln('<scr' + 'ipt type="text/vbscript"><!--');        document.writeln('on error resume next');        document.writeln('set f = CreateObject("ShockwaveFlash.ShockwaveFlash")');        document.writeln('if IsObject(f) then');        document.writeln('v_flash = hex(f.FlashVersion())');        document.writeln('MM_FlashCanPlay=v_flash>=MM_contentVersion');        document.writeln('end if');        document.writeln('// --></scr' + 'ipt>');    }if (MM_FlashCanPlay) {    window.loadedFlag = false;}else {    window.loadedFlag = true;}function getSharedCookie(name){    var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");    arr = document.cookie.match(reg);    var value = "";    if (arr) {        value = unescape(arr[2]);    }    else {        value = null;    }    if (value != null) {        value = value.replace(/\"/g, "");    }    return value;};function getHostAndPath(){    var s = {};    try{    	if (typeof live800_baseWebApp != "undefined") {            s.path = live800_baseWebApp + "/";        }        else             if (typeof LIM != "undefined" && (LIM.config) && (LIM.config["baseWebApp"])) {                s.path = LIM.config["baseWebApp"] + "/";            }            else {                s.path = "/live800/";            }        s.host = self.document.location.hostname;    }catch(e){}    return s;};function getDocumentParams(){    return self.document.location.search;};
