var text = this.document.title
function welcome() {
 window.status = text
 setTimeout("welcome()",100)
}

welcome();

this.document.write("<img src='gif/notepad.gif' ALIGN=RIGHT>");
this.document.write("<TABLE><TR><TD>");
this.document.write("<img border=0 src='gif/vflag.gif' align=absmiddle></TD>");
this.document.write("<TD><font size=-2 color=#A0B000><I>Copyright © 1998-2011</I><BR>");
this.document.write("<font color=#000080>Ana Isabel Hernández<BR>");
this.document.write("<font color=#a02020>Talento Venezolano!</TD><TR></TABLE>");
this.document.close(); 
