try {
	var n=INTPL('getIdent');
	if(n) {
		document.write('<div id="loggedin">Zalogowany jako: <strong>');
		document.write(n);
		document.write('</strong> <a class="button" href="https://ssl.interia.pl/logout.html?referer=http://czateria.interia.pl&z=1">wyloguj sie</a></div>');
	} else {
		document.write('<iframe width="100%" height="33" frameborder="0" scrolling="no" src="https://ssl.interia.pl/login_form/?referer=' + document.location.href + '" id="login_iframebar"></iframe>');
	}
} catch(e) {}
