<!--
mnt = 1; 
url = "http://after-season.com/jikoprdata/index.html"; 
function jumpPage() {
  location.href = url;}
setTimeout("jumpPage()",mnt*1000)
//-->