Autoclick
Redirige al usuario automáticamente
window.setTimeout("autoClick()", 1000);
function autoClick() {
var linkPage = document.getElementById('generical').href;
window.location.href = linkPage;
}
// Versión comprimida
function a(){var e=document.getElementById("generical").href;window.location.href=e}window.setTimeout("a()",1e3);
La parte del enlace (html)