var oFormRedirectUrl = document.redirect;
function redirectURL()
{
  window.location.replace(oFormRedirectUrl.redirectURL.value);
}
setTimeout("redirectURL()",oFormRedirectUrl.timeOUT.value);