<% Dim oFSO Set oFSO = Server.CreateObject("Scripting.FileSystemObject") If Application(oblog.cache_name&"index_update")=false and oFSO.FileExists(Server.mappath("index.html")) and DateDiff("s",Application(oblog.cache_name&"index_updatetime"),Now())"0" Then Response.Redirect("index.html") End If End If %>