﻿function urlTransfer() {
	var activehref = parent.document.URL;

	if (activehref == "http://apisinvestimentos.com/" | activehref == "http://www.apisinvestimentos.com/")
		window.location.href = "http://apisinvestimentos.com.br";
}
