

function WT_parceiros () {
      
	this.carregaParceiros = function() {
	
		this.parceiros = [
						
					];
	}	
	
}