//__________________________________________________________________
EVDB.Server = function (){
	
	var self			= this;
	
	this.user			= new EVDB.User();
	this.event			= new EVDB.Event(this.user);
	this.venue			= new EVDB.Venue(this.user);
	
	//---------------------------------------------------------------

	//_______________________________________________________________

	//_______________________________________________________________

};	//_______________________________________________________________
//___________________________________________________________________