<!--Mensaje en la Barra-->
mensaje=" Investén-isciii http://www.investigacionencuidados.es "
function hora() {
var h = new Date();
window.status=" "
+ h.getHours() +":"+ h.getMinutes() +"" +mensaje ;
window.setTimeout('hora()',100);
}
hora()// JavaScript Document
