if(typeof tbnRuIsAvailable == "undefined") tbnRuIsAvailable = true;//document.write('<script src="http://tbn.ru/tbn_ru_check.js" type="text/javascript"></script>');
if(typeof(AgavaAuth) == "undefined") {
	AgavaAuth = {
			notAuthMessage_01: 'Regrettably, authorisation conduct not to manage since no access to site tbn.ru.\n\nPlease, repeat the attempt through several minutes.', 
			notAuthMessage_02: 'Regrettably, authotisation conduct not to manage since in adjustment Your browser disarmed access to site tbn.ru.\n\nPlease, allow the access for successful authotisation.', notRegMessage_01: 'Regrettably, registration to conduct not to manage since no access to site tbn.ru.\n\nPlease, repeat the attempt through several minutes.', notRegMessage_02: 'Regrettably, registration to conduct not to manage since in adjustment Your browser disarmed access to site tbn.ru. Please, allow the access for successful authotisation.', init: function(){}}
	DoAutoAuth = function(){if(typeof tbnRuIsAvailable == "undefined") alert(AgavaAuth.notAuthMessage_02); else alert(AgavaAuth.notAuthMessage_01);}
	DoAnonymousAuth = function(){if(typeof tbnRuIsAvailable == "undefined") alert(AgavaAuth.notAuthMessage_02); else alert(AgavaAuth.notAuthMessage_01);}
	DoAuth = function(){if(typeof tbnRuIsAvailable == "undefined") alert(AgavaAuth.notAuthMessage_02); else alert(AgavaAuth.notAuthMessage_01);}
	DoRegistry = function(){if(typeof tbnRuIsAvailable == "undefined") alert(AgavaAuth.notRegMessage_02); else alert(AgavaAuth.notRegMessage_01);}
	dialogShow = function(){if(typeof tbnRuIsAvailable == "undefined") alert(AgavaAuth.notRegMessage_02); else alert(AgavaAuth.notRegMessage_01);}
	exitFromAuth = function(){if(typeof tbnRuIsAvailable == "undefined") alert(AgavaAuth.notRegMessage_02); else alert(AgavaAuth.notRegMessage_01);}
}