$(document).ready(function() {
    $('.visitor').html('Welcome,\nVisitor\n<br />\n<span>\n  (\n  Please,\n  <a href=\"/en/login\">login<\/a>\n  to see your account\n  )\n<\/span>\n');
    
});
