if (vFramework.Cookie.get('jsEnabled') === undefined) {
    vFramework.Cookie.set('jsEnabled', true, undefined, '/');
    location.reload();
}
