	
if (document.cookie.indexOf ("WeBenchmark=true")==-1){

if (Math.random() < 0.8) {

	var now = new Date();
	var future = new Date( now.getTime() + 24 * 60 * 60 * 1000 * 90 ); // 90 days
	document.cookie = "WeBenchmark=true;path=/;expires="+future.toGMTString();

	document.write("<script type='text/javascript' src='http://survey.webenchmark.com/wix/inline.aspx?p=p1019125604&Invitation=True&cid=SW_EntRP_Activant1&logo=activant_10639.gif&v=2658_P14&qt=false&xhr=false&__ckey=164F0CCDF2EA076F5440EC29216CE0BE'></script>");

function CloseWeBenchmarkOverlay() {
    cb.query("a.container-close").forEach(function(button) {
        if (button.click) { // IE
            button.click();
        } else {
            var evnt = document.createEvent("HTMLEvents");
            evnt.initEvent("click", true, true);
            button.dispatchEvent(evnt);
        }
    });
}

function OpenWeBenchmarkSurvey(theURL, winName, features) { //v2.0
    window.open(theURL, winName, features);
}

 (function() {
    function checkCloseButtons() {
        if (typeof cb === "object" && cb.browser) { // valid cblib
            var buttons = cb.query("a.container-close");
            if (buttons.length) {
                _$(buttons).hide();
                return;
            }
        }
        setTimeout(checkCloseButtons, 200);
    }
    checkCloseButtons();
})();
}}

