function redirect()
 { 
  window.location = "./index_B.php"
 }
 
 setTimeout("redirect();", 10000)