var pagina="http://kodokan.galeon.com/index.html";
function redireccionar() {
location.href=pagina;
}
setTimeout ("redireccionar()", 1000);
