/**
* @author "Alexander Yeremeyev" <ayeremeyev@intersog.com>
*/
window.RFR.Application.AppLoginator = function(app){
	this.app=app;
	
	
	this.test = function()
	{
	    alert('123');
	}
	

}