

function WT_Paginas (){
      
	this.carregaPags = function(){
	
		this.total = 1;
		this.paginas = 1;
		
	}	
	
}