function jumplist(URL){ if (URL == "notengo") {window.focus;} else if (URL == "") {window.focus;} else { top.location.href = URL; } } document.write ('
');