// JavaScript Document
function index() {
 	document.location.href="./";
}
function videncia() {
 	document.location.href="videncia.php";
}
function cursos() {
 	document.location.href="cursos.php";
}
function numerologia() {
 	document.location.href="numerologia.php";
}
function sobremi() {
 	document.location.href="sobremi.php";
}
