var _vwo_code=(function(){
    var account_id=10492,
    settings_tolerance=1500,
    library_tolerance=3000,
    use_existing_jquery=false,
    // DO NOT EDIT BELOW THIS LINE
    f=false,d=document;
    return{
        use_existing_jquery:function(){
            return use_existing_jquery;
        },
        library_tolerance:function(){
            return library_tolerance;
        },
        finish:function(){
            if(!f){
                f=true;
                var a=d.getElementById('_vis_opt_path_hides');
                if(a)a.parentNode.removeChild(a);
            }
        },
    finished:function(){
        return f;
    },
    load:function(a){
        var b=d.createElement('script');
        b.src=a;
        b.type='text/javascript';
        b.innerText;
        b.onerror=function(){
            _vwo_code.finish();
        };
        
        d.getElementsByTagName('head')[0].appendChild(b);
    },
    init:function(){
        settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);
        this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());
        var a=d.createElement('style'),b='body{display:none;}',h=d.getElementsByTagName('head')[0];
        a.setAttribute('id','_vis_opt_path_hides');
        a.setAttribute('type','text/css');
        if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));
        h.appendChild(a);
        return settings_timer;
    }
};

}());
_vwo_settings_timer=_vwo_code.init();
