Hola 
xtremslot 
Prueba este ejemplo: 
 Código PHP:
    <html>
<head>
<script type="text/javascript">
window.status = 'Hola';
function ini() {
  for (i=0; e = document.links[i]; i++)
    e.onmouseover = function() {window.status = 'Hola'; return true}
}
</script>
</head>
<body onload="ini()">
<a href="pagina1.html">Enlace 1</a>
<a href="pagina2.html">Enlace 2</a>
<a href="pagina3.html">Enlace 3</a>
</body>
</html> 
   
  Saludos, 
