//function sitestat(ns_l) {
//    ns_l += "&amp;ns__t=" + (new Date()).getTime();
//    ns_pixelUrl = ns_l;
//    if (document.images) {
//        ns_1 = new Image();
//        ns_1.src = ns_l;
//    } else {
//        document.write('<img src="' + ns_l + '" width=""1"" height=""1"" alt="""">');
//    }
//}


function sitestat(ns_l) {
    var ns_type = ''
    var r = ''
    var t = '?'
    var p = new Array(); var w = ''; var l = ''; var d = document; var n = navigator; var ns_0 = ''
; if (top != self) {
        if ('\u0041' == 'A') {
            var u = n.userAgent; if (u.indexOf('Safari') == -1) {
                var b = u.indexOf('Opera'); if (b == -1 || (u.charAt(b + 6) + 0) > 5) {
                    b = u.indexOf('Mozilla'
); var xb = b != -1 ? u.charAt(b + 8) > 4 : 1; if (u.indexOf('compatible') != -1 || xb) {
                        var c =
'try{ns_0=top.document.referrer}catch(e){}'; eval(c); c =
'try{l=top.document.location.href}catch(e){}'; eval(c);
                    } 
                } 
            } 
        } 
    } else {
        ns_0 =
d.referrer; l = d.location.href;
    } if (ns_0.lastIndexOf('/') == ns_0.length - 1) {
        ns_0 =
ns_0.substring(ns_0.lastIndexOf('/'), 0);
    } var f = ns_l.indexOf('?'); if (f != -1) {
        var q = ns_l.substring(f + 1); ns_l = ns_l.substring(0, f); if (q) {
            var m = q.indexOf('&');
            w = q.substring(0, m == -1 ? q.length : m); if (w.indexOf('=') != -1) { w = ''; } if (w) {
                q =
q.substring(m == -1 ? q.length : m + 1); q += (q ? '&' : '') + 'ns_name=' + w;
            } if (ns_0.length > 0) {
                q += (q ? '&' : '') + 'ns_referrer=' + escape(ns_0);
            } var s = 0; var e = 0; while (q.length) {
                e =
q.indexOf('&'); if (e == -1) { e = q.length; } var o = q.substring(s, e); if (o.substring(0, 4
) == 'amp;') { o = o.substring(4); } if (o) p[p.length] = o; q = q.substring(e + 1);
            } 
        } 
    } var a =
l.indexOf(t); a = a == -1 ? 0 : l.substring(a + 1); var j; if (r == 'yes') j = ns_0.length; else
        if (r == 'no') j = !ns_0.length; else if (r == '') j = 1; if (a && j) {
        while (a.length) {
            var e =
a.indexOf('&'); if (e == -1) { e = a.length; } var k = a.substring(0, a.substring(0, e)
.indexOf('=')); var v = a.substring(a.substring(0, e).indexOf('=') + 1, e); if (
k.substring(0, 4) == 'amp;') { k = k.substring(4); } while (v.substring(0, 1) == '=') {
                v =
v.substring(1);
            } if (k == 'ns_name') { w = v; } else if (k == 'ns_or') {
                var g = 'ns_referrer='
; for (var z = 0; z < p.length; z++) {
                    if (p[z].substring(0, g.length) == g) {
                        p[z] =
'ns_referrer=' + v;
                    } 
                } 
            } else {
                if (k.substring(0, 3) == 'ns_' && v && k) {
                    var h = 0; for (var x = 0
; x < p.length; x++) { if (p[x].substring(0, p[x].indexOf('=')) == k) { p[x] = k + "=" + v; h = 1 } }
                    if (!h) { p[p.length] = k + "=" + v; } 
                } 
            } a = a.substring(e + 1);
        } 
    } if (!w) { return; } var s = '';
    var y = ''; for (var i = 0; i < p.length; i++) if (p[i].substring(0, 8) != 'ns_name=') {
        if (p[i
].substring(0, 12) != 'ns_referrer=') { s += '&' + p[i]; } else { y = '&' + p[i]; } 
    } s += ns_type ?
'&ns_type=' + ns_type + '&ns_action=view' : ''; ns_pixelUrl = ns_l + '?' + w + s + "&ns__t=" + (
new Date()).getTime(); ns_l = ns_pixelUrl + y; if (d.images) {
        ns_1 = new Image();
        ns_1.src = ns_l;
    } else { d.write('<img src=' + ns_l + ' width="1" height="1">'); }
}

// Copyright (c) 1999-2009 Nedstat B.V.
// All rights reserved.
// By using this software, you are agreeing to be bound by the
// terms of this license: http://www.nedstat.com/terms.html

//var ns_scriptversion = "2.3.1";

//(function() {
//    if (typeof (ns_pixelUrl) != "string") { return } var scriptTime = new Date().getTime(); var isArray = function(a) { return a.constructor == Array }; var shiftArray = function(a) { if (isArray(a) && (Array.prototype) && typeof (Array.prototype.shift) == "function") { return a.shift() } else { for (var i = 0, b = a[0], l = a.length - 1; i < l; i++) { a[i] = a[i + 1] } a.length--; return b } }; var joinArray = function(a, s) { if (typeof (Array.prototype.join) == "function") { return a.join(s) } else { var str = ""; s = s || ","; for (var i = 0, l = a.length; part = a[i]; i++) { str += part + ((i != l - 1) ? s : "") } return srt } }; var addEvent = (window.addEventListener) ? (function(element, type, handler) { element.addEventListener(type, handler, false) }) : (document.attachEvent) ? (function(element, type, handler) { element.attachEvent("on" + type, handler) }) : (function(element, type, handler) { var priorfunc = element["on" + type]; element["on" + type] = function(e) { if (typeof priorfunc == "function") { priorfunc(e) } handler(e) } }); var Browser = { IE:
//        /*@cc_on!@*/
//false, IE4:
//        /*@if (@_jscript_version<4) !@end@*/
//false, IE7: (
//        /*@cc_on!@*/
//false && /MSIE\s*([7-9]|[1-9]\d+)/i.test(navigator.userAgent)) ? true : false, SAFARI: /WebKit/i.test(navigator.userAgent)
//    }; var ns_technical = function() { var _VERSION = ns_scriptversion; var _startTime = (typeof (ns_loadingtime1) != "undefined" && !isNaN(parseInt(ns_loadingtime1))) ? ns_loadingtime1 : new Date().getTime(); var _url = typeof (ns_pixelUrl) == "string" ? ns_pixelUrl : null; var _plugins = []; var _loadEvents = []; var _regCounter = /^https?:\/\/([^\/]+)\/([^\/]+)\/([^\/]+)\/s\?([\w_\-\.\[\]\(\)\$\~\{\}\*\^\,]{1,200})/; var _Cookie = { isCreated: false, initialize: function(key, data, options) { this.key = key; this.data = data; var defaults = { expires: null, domain: null, secure: false, path: null }; if (options) { for (var property in defaults) { if (typeof (options[property]) != "undefined") { defaults[property] = options[property] } } } this.options = defaults }, isEnabled: function() { return (document.cookie.indexOf(this.key) != -1 && document.cookie.indexOf(this.data) != -1) ? true : false }, create: function() { if (!this.isCreated) { this.isCreated = true; var params = []; if (this.key && this.data && this.options) { for (var property in this.options) { if (this.options[property]) { if (property == "secure") { if (this.options[property]) { params[params.length] = property } } else { params[params.length] = property + "=" + this.options[property] } } } params = params.length > 0 ? ";" + joinArray(params, ";") : ""; document.cookie = this.key + "=" + this.data + params } } } }; var cookdomain; if (typeof (ns_rootdomain) == "string") { cookdomain = ns_rootdomain } else { var regdom = /\.?[^\.]+\.?[^\.]+\.[a-z]+$/; if (regdom.test(document.domain)) { cookdomain = regdom.exec(document.domain).toString(); var dbldomregexp = /[^\.]+(\.[a-z]{2}){2}$/i; if (dbldomregexp.test(cookdomain)) { cookdomain = dbldomregexp.exec(cookdomain)[0] } else { var regsubdom = /[^\.]+\.[^\.]+$/; if (regsubdom.test(cookdomain)) { cookdomain = regsubdom.exec(cookdomain).toString(); var wwwreg = /^www./; if (wwwreg.test(cookdomain)) { cookdomain = cookdomain.replace(wwwreg, "").toString() } } } } } if (typeof (cookdomain) == "undefined") { cookdomain = document.domain } else { cookdomain = (cookdomain.indexOf(".") != 0) ? "." + cookdomain : cookdomain } _Cookie.initialize("ns_session", "enabled", { path: "/", domain: cookdomain }); var isCookieGenerated = false; if (!_Cookie.isEnabled()) { _Cookie.create(); if (_Cookie.isEnabled()) { isCookieGenerated = true } } if (isCookieGenerated) { var loadTime = { DOM: null, Page: null, Script: null }; var loadingTime = function(prop, time) { return new function() { loadTime[prop] = new Date().getTime() - (time || _startTime) } }; var domcontentloaded = function() { var completed = function() { loadingTime("DOM") }; if (document.addEventListener && !Browser.SAFARI) { document.addEventListener("DOMContentLoaded", completed, false) } else { if (Browser.SAFARI) { var _timer = setInterval(function() { if (/loaded|complete/.test(document.readyState)) { clearInterval(_timer); completed() } }, 5) } else { if (Browser.IE && !Browser.IE4) { document.write('<script id="ns_technical_script" defer src="javascript:void(0)"><\/script>'); var script = document.getElementById("ns_technical_script"); script.onreadystatechange = function() { if (this.readyState == "complete") { completed() } } } } } } (); var navigatorPlugins = (!Browser.IE && navigator && navigator.plugins && navigator.plugins.length) ? function() { var regExp = /^([\w]+\/[^;]+);?/; var result = {}; for (var i = 0, plugin; (plugin = navigator.plugins[i]); i++) { if (!plugin || !plugin.length || !plugin[0]) { continue } var type = (plugin && plugin[0] && regExp.test(plugin[0].type)) ? regExp.exec(plugin[0].type)[1] : null; if (type && !result[type]) { result[type] = plugin.description } } return result } () : null; var navigatorMimeTypes = (!Browser.IE && navigator && navigator.mimeTypes && navigator.mimeTypes.length) ? function() { var result = {}; for (var key in navigator.mimeTypes) { var mime = /^\d+$/.test(key) ? navigator.mimeTypes[key] : null; if (mime && typeof (mime.type) == "string") { result[mime.type] = true } } return result } () : null; var log = function() { var query = ns_technical.toQueryString(); var url = ns_technical.getUrl(); if (url) { var img = new Image(); img.src = url + query } }; if (typeof (addEvent) == "function") { addEvent(window, "load", function() { loadingTime("Page"); log() }) } var ClientCaps; if (Browser.IE) { ClientCaps = { domElement: function() { var element = document.createElement("IE:clientCaps"); if (element) { element.style.behavior = "url('#default#clientCaps')" } return element } (), getComponent: function(classId) { classId = "{" + classId + "}"; var isDetected = this.domElement && typeof (this.domElement.isComponentInstalled) != "undefined" && this.domElement.isComponentInstalled(classId, "ComponentID"); var version = isDetected ? (this.domElement && this.domElement.getComponentVersion(classId, "ComponentID")) : null; return { isDetected: isDetected, version: version} } } } return { VERSION: _VERSION, loadTime: loadTime, loadingTime: loadingTime, isCookieGenerated: true, getUrl: function() { var url = null; if (_url && _regCounter.test(_url)) { var regexp = /ns__t\=[\d]+/; var timestamp = ""; if (regexp.test(_url)) { timestamp = regexp.exec(_url) } else { timestamp = "ns__t=" + String(new Date().getTime()) } url = _regCounter.exec(_url)[0] + "&" + timestamp } return url }, TimeZone: function() { var now = new Date(); var jan1 = new Date(now.getFullYear(), 0, 1, 0, 0, 0, 0); var june1 = new Date(now.getFullYear(), 6, 1, 0, 0, 0, 0); var temp = jan1.toGMTString(); var jan2 = new Date(temp.substring(0, temp.lastIndexOf(" ") - 1)); temp = june1.toGMTString(); var june2 = new Date(temp.substring(0, temp.lastIndexOf(" ") - 1)); var zoneoffset = (jan1 - jan2) / (3600000); var daylight_time_offset = (june1 - june2) / (3600000); var dst; if (zoneoffset == daylight_time_offset) { dst = 0 } else { var hemisphere = zoneoffset - daylight_time_offset; if (hemisphere >= 0) { zoneoffset = daylight_time_offset } dst = 1 } var zone = function() { var hours = parseInt(zoneoffset); var rhours = hours; zoneoffset -= parseInt(zoneoffset); zoneoffset *= 60; var mins = parseInt(zoneoffset); zoneoffset -= parseInt(zoneoffset); zoneoffset *= 60; var secs = parseInt(zoneoffset); rhours = (hours < 10 && hours > 0) ? "+0" + hours : "+" + hours; rhours = (hours == 0) ? "0" + hours : rhours; rhours = (hours < 0 && hours > -10) ? "-0" + Math.abs(hours) : rhours; mins = (mins < 10) ? "0" + mins : mins; return rhours + ":" + mins } (); return { zone: zone, dst: dst} } (), detectPlugin: function(progIds, mimeType) { var pluginObject = null; var isDetected = false; if (Browser.IE && !Browser.IE4 && !!(window.ActiveXObject)) { var arr = [].concat(progIds); var progId = null, activeXObject; while ((progId = shiftArray(arr)) && !isDetected) { eval("								try{									pluginObject = new ActiveXObject(progId);									if(pluginObject){										isDetected = true;									}								}								catch(e){}") } } else { pluginObject = (navigatorPlugins && navigatorPlugins[mimeType]) ? navigatorPlugins[mimeType] : null; isDetected = !!((navigatorMimeTypes && typeof (navigatorMimeTypes[mimeType]) != "undefined") || pluginObject) } return { pluginObject: pluginObject, isDetected: isDetected} }, addPlugin: function(plugin) { _plugins[_plugins.length] = plugin; plugin.init() }, Browser: navigator.userAgent, toQueryString: function() { var measurement = { ns_type: "hidden", ns_charset: ns_technical.Document.charSet, ns_ver: ns_technical.VERSION, ns_plugins: ns_technical.collectPlugins(), ns_timezone: ns_technical.TimeZone.zone, ns_timedst: ns_technical.TimeZone.dst, ns_screen: ns_technical.Display.screenSize[0] + "x" + ns_technical.Display.screenSize[1], ns_innersize: ns_technical.Display.innerSize[0] + "x" + ns_technical.Display.innerSize[1], ns_html_loading_time: ns_technical.loadTime.DOM, ns_full_loading_time: ns_technical.loadTime.Page, ns_script_time: ns_technical.loadTime.Script, ns_useragent: ns_technical.Browser }; var plugins = function() { var query = []; for (var i = 0, plugin; (plugin = measurement.ns_plugins[i]); i++) { if (plugin.isDetectable && plugin.isEnabled) { query[query.length] = !plugin.isDetected ? plugin.key : plugin.key + ":" + plugin.version } } return joinArray(query, "|") } (); var query = ""; var query = []; for (var property in measurement) { if (typeof measurement[property] == "undefined") { continue } var value; if (property == "ns_plugins") { value = plugins } else { value = (measurement[property]) ? measurement[property].toString() : "" } if (value.length == 0) { continue } query[query.length] = property + "=" + escape(value) } return "&" + joinArray(query, "&") }, Document: function() { return { charSet: (typeof document.charset != "undefined") ? document.charset : (typeof document.characterSet != "undefined") ? document.characterSet : null} } (), Display: function() { return { screenSize: [screen.width, screen.height], innerSize: [Math.max(!isNaN(parseInt(window.innerWidth)) ? parseInt(window.innerWidth) : 0, (document.body && !isNaN(parseInt(document.body.clientWidth))) ? parseInt(document.body.clientWidth) : 0), Math.max(!isNaN(parseInt(window.innerHeight)) ? parseInt(window.innerHeight) : 0, (document.body && !isNaN(parseInt(document.body.clientHeight))) ? parseInt(document.body.clientHeight) : 0)]} } (), Plugin: function(key, name, classId, mimeType, progIds, options) { var pluginDefaults = { createDom: false, doIEDetection: true, doIE7Detection: true, doGeckoDetection: true, doClientCaps: false, detect: null, version: null, isEnabled: null }; if (options) { for (var property in pluginDefaults) { if (typeof (options[property]) != "undefined") { pluginDefaults[property] = options[property] } } } options = pluginDefaults; var properties = { key: !(/[^\d]/.test(String(key))) ? key.toString() : null, classId: classId, mimeType: mimeType, progIds: progIds || [], name: name, domElement: null, pluginObject: null, version: null, isDetected: false, isEnabled: true, isDetectable: Browser.IE7 ? options.doIE7Detection : Browser.IE ? options.doIEDetection : options.doGeckoDetection }; var createDOMObject = function() { var element = null; if (document.body) { var element = document.body.appendChild(document.createElement("OBJECT")); element.setAttribute("height", "1"); element.setAttribute("width", "1"); element.style.display = "block"; if (Browser.IE && properties.classId != null) { element.setAttribute("classid", "clsid:" + properties.classId) } else { element.setAttribute("type", properties.mimeType); element.setAttribute("data", "data:,"); var param = document.createElement("param"); param.setAttribute("name", "enablejavascript"); param.setAttribute("value", true); element.appendChild(param) } } return element }; return { getVersion: function() { if (options && typeof (options.version) == "function") { var version = options.version(this) } return version || "x.x" }, getProperty: function(prop) { return properties[prop] }, setProperty: function(prop, value) { return properties[prop] = value }, init: function() { if (properties.isDetectable) { var props = null; if (options && typeof (options.detect) == "function") { var result = options.detect.call(this); props = typeof (result) == "boolean" ? { isDetected: !!(result)} : typeof (object) ? result : null } else { if (options && options.doClientCaps && Browser.IE) { props = ClientCaps.getComponent(classId) } else { props = ns_technical.detectPlugin(properties.progIds, properties.mimeType) } } if (props && props.isDetected) { properties.isDetected = true; if (options && typeof (options.isEnabled) == "function") { var isEnabled = options.isEnabled.call(this); if (typeof (isEnabled) == "boolean") { properties.isEnabled = isEnabled } } if (options && options.createDom) { properties.domElement = createDOMObject() } for (var prop in props) { properties[prop] = props[prop] } } } } } }, collectPlugins: function() { var collection = []; if (isArray(_plugins)) { for (var i = 0, plugin; (plugin = _plugins[i]); i++) { collection[collection.length] = { key: plugin.getProperty("key"), name: plugin.getProperty("name"), isDetected: plugin.getProperty("isDetected"), isEnabled: plugin.getProperty("isEnabled"), version: plugin.getVersion(), isDetectable: plugin.getProperty("isDetectable")} } } return collection } } } else { return { isCookieGenerated: false} } } (); if (ns_technical.isCookieGenerated) { ns_technical.loadingTime("Script", scriptTime); ns_technical.addPlugin(new ns_technical.Plugin(0, "QuickTime", "02BF25D5-8C17-4B23-BC80-D3488ABDDC6B", "video/quicktime", ["QuickTime.QuickTime"])); ns_technical.addPlugin(new ns_technical.Plugin(1, "RealPlayer", "CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA", "audio/x-pn-realaudio-plugin", ["rmocx.RealPlayer G2 Control", "rmocx.RealPlayer G2 Control.1", "RealPlayer.RealPlayer(tm) ActiveX Control (32-bit)", "RealVideo.RealVideo(tm) ActiveX Control (32-bit)", "RealPlayer"], { createDom: Browser.IE, version: function(scope) { return (scope.getProperty("domElement") && typeof (scope.getProperty("domElement").GetVersionInfo) != "undefined") ? scope.getProperty("domElement").GetVersionInfo() : null } })); ns_technical.addPlugin(new ns_technical.Plugin(2, "Windows MediaPlayer", "6BF52A52-394A-11D3-B153-00C04F79FAA6", "application/x-ms-wmp", ["WMPlayer.OCX", "MediaPlayer.MediaPlayer.1"], { createDom: true, doGeckoDetection: function() { var firefox = /Firefox\/1/i; return firefox.test(navigator.userAgent) ? false : true } (), version: function(scope) { var element = scope.getProperty("domElement"); return (element) ? scope.getProperty("domElement").versionInfo : null } })); ns_technical.addPlugin(new ns_technical.Plugin(3, "ShockWave", "166B1BCA-3F9C-11CF-8075-444553540000", "application/x-director", ["SWCtl.SWCtl"], { createDom: true, version: function(scope) { var version = null; var plugin = scope.getProperty("pluginObject"); if (plugin) { if (typeof (plugin.ShockwaveVersion) != "undefined") { if (Browser.IE && !Browser.IE4 && !!(window.ActiveXObject)) { eval('try{											version = plugin.ShockwaveVersion("");											}											catch(e){}') } } else { var regexp = /version/i; if (regexp.test(scope.getProperty("pluginObject"))) { version = plugin.match(/version\s+(.*)/i); if (isArray(version)) { return version[1] ? version[1] : null } } } } return version; return scope.getProperty("domElement").ShockwaveVersion() } })); ns_technical.addPlugin(new ns_technical.Plugin(4, "Flash", "d27cdb6e-ae6d-11cf-96b8-444553540000", "application/x-shockwave-flash", ["ShockwaveFlash.ShockwaveFlash"], { createDom: false, version: function(scope) { var isReachable = function() { var match = false; if (document.getElementById) { eval('								try{									new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");									match = true;								}								catch(e){									match =  false;								}') } return match }; var regversion = /([\d\.,]+){1,}/; var version = Browser.IE ? ((isReachable() && scope.getProperty("pluginObject")) ? scope.getProperty("pluginObject").GetVariable("$version") : null) : scope.getProperty("pluginObject"); if (regversion.test(version)) { return /([\d\.,]+){1,}/.exec(version)[1] } return null } })); ns_technical.addPlugin(new ns_technical.Plugin(5, "AcrobatReader", "CA8A9780-280D-11CF-A24D-444553540000", "application/pdf", ["PDF.PdfCtrl", "AcroPDF.PDF"], { createDom: false, version: function(scope) { var regversion = /([\d\.]+){1,}/; return (Browser.IE && scope.getProperty("pluginObject") && regversion.test(scope.getProperty("pluginObject").GetVersions())) ? regversion.exec(scope.getProperty("pluginObject").GetVersions())[1] : null } })); ns_technical.addPlugin(new ns_technical.Plugin(6, "Silverlight", null, "application/x-silverlight", ["AgControl.AgControl"], { createDom: true, version: function(scope) { var version = null; var regexp = /\d+.*/; if (scope.getProperty("domElement") && (typeof (scope.getProperty("domElement").isVersionSupported) != "undefined")) { for (var i = 1; i < 10; i++) { for (var j = 0; j < 10; j++) { if (scope.getProperty("domElement").IsVersionSupported(i + "." + j)) { version = i + "." + j } else { break } } } } return version } })); ns_technical.addPlugin(new ns_technical.Plugin(7, "GoogleGears", null, "application/x-googlegears", !Browser.IE7 ? ["Gears.Factory"] : null, (!Browser.IE) ? { createDom: true, detect: function() { return !!(window.GearsFactory) } } : null)); ns_technical.addPlugin(new ns_technical.Plugin(8, "VLC", "9BE31822-FDAD-461B-AD51-BE1D1C159921", "application/x-ogg", ["VideoLAN.VLCPlugin.1", "VideoLAN.VLCPlugin.2"], { doIE7Detection: false, version: function(scope) { var version = null; var component = scope.getProperty("pluginObject"); if (component) { if (typeof (component.VersionInfo) == "string") { version = component.VersionInfo } else { var regexp = /\d+.*/; if (regexp.test(component)) { version = String(component.match(regexp)).replace(/[\s|,].*/i, "") } } } return version } })); ns_technical.addPlugin(new ns_technical.Plugin(9, "Java", "8AD9C840-044E-11D1-B3E9-00805F499D93", "application/x-java-applet", ["JavaPlugin"], { version: function(scope) { var version = null; if (!Browser.IE4) { eval('try{								if(scope.getProperty("pluginObject")){									var component = String(scope.getProperty("pluginObject"));									var regver= /\d+.*/;									if(regver.test(component)){										version = regver.exec(component).toString().replace(/s.*/i,"");									}								}							}							catch(e){}') } return version }, isEnabled: function() { return navigator.javaEnabled() || false } })); ns_technical.addPlugin(new ns_technical.Plugin(10, "AddressBook", "7790769C-0471-11D2-AF11-00C04FA35D02", null, null, { doClientCaps: true, doGeckoDetection: false })); ns_technical.addPlugin(new ns_technical.Plugin(11, "AOL", "47F67D00-9E55-11D1-BAEF-00C04FC2D130", null, null, { doClientCaps: true, doGeckoDetection: false })); ns_technical.addPlugin(new ns_technical.Plugin(12, "Messenger", "5945C046-LE7D-LLDL-BC44-00C04FD912BE", null, null, { doClientCaps: true, doGeckoDetection: false })); ns_technical.addPlugin(new ns_technical.Plugin(13, "VML", "10072CEC-8CC1-11D1-986E-00A0C955B42F", null, null, { doClientCaps: true, doGeckoDetection: false })) }
//})();