/*
	CALLBACK DE CONTROLE DE CADASTROS
*/

var AdFormCadastroConcluido = function(response) {
	if (typeof(response.argumentos.uriRedirecionamento)!="undefined")
		window.location.replace(response.argumentos.uriRedirecionamento);
}
var AdFormRecuperacaoSenhaConcluida = function(response) {
	if (typeof(response.argumentos.uriRedirecionamento)!="undefined")
		window.location.replace(response.argumentos.uriRedirecionamento);
}