La copia del código es la siguiente:
<! DocType html public "-// w3c // dtd xhtml 1.0 Transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transicional.dtd ">
<html xmlns = "http://www.w3.org/1999/xhtml">
<Evista>
<meta http-equiv = "content-type" content = "text /html; charset = utf-8" />
<title> un documento titulado </title>
<script language = "javaScript">
palabras1 = "bienvenido";
ahora = nueva fecha ()
Words2 = Now.tolocaleString ();
bandera = 0;
función flash ()
{
if (flag == 0)
{
Window.status = Words1;
bandera = 1;
}
demás
{
Window.status = Words2;
bandera = 0;
}
setTimeout ("flash ()", 2000);
}
</script>
</ablo>
<Body Onload = "Flash ()">
Contenido de la página web
</body>
</html>