function transf() { window.location.href="indexs.htm"; } function submit() { timer=setInterval("transf();","8000"); }