function ApplicationFacade(){
	
	this.inherit = Facade;
	this.inherit();
	this.STARTUP 			= "startUp";
	
}
var facade = new ApplicationFacade();