ExposicoesClass = function()
{
	this.self = this;
	
	this.init = function( data )
	{
		
	};
};
                  
Exposicoes = new ExposicoesClass();
