Main = function( DOMAIN , URL ){
	this._model = new CustomisationModel( DOMAIN );
	this._v1 = new CustomisationView( this._model );
  };