
try { (function(account, type) {
	if (!account) return;

	document.getElementById('auth-account').innerHTML = (type ? '<img src="//js-kit.com/images/favicons/' + type + '.png" class="login-icon">' : '') + account;
	document.getElementById('auth-not').style.display = 'none';
	document.getElementById('auth-yes').style.display = 'block';
})('', ''); } catch(e) {};


