function leader()
{
document.write('<table border="0" width="768" id="table1" align="center" bgcolor="#F0FCFF"> <tr> <td width="167" align="left" valign="top"><font size="1" color="#0033FF"><SCRIPT> dows = new Array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"); months = new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"); now = new Date(); dow = now.getDay(); d = now.getDate(); m = now.getMonth(); h = now.getTime(); y = now.getFullYear(); document.write(dows[dow]+","+" "+d+" de "+months[m]+" de "+y); <\/script></font></td> <td width="434"> <p align="center"> <img border="0" src="../images/andosilla.gif" width="434" height="66"></td> <td width="167" align="right" valign="top"><script> nedstatbasic("ABJhFw0qDwqWNbtjb/vL71+W95Pw", 0); <\/script><noscript><a target="_blank" href="http://www.nedstatbasic.net/stats?ABJhFw0qDwqWNbtjb/vL71+W95Pw"><img src="http://m1.nedstatbasic.net/n?id=ABJhFw0qDwqWNbtjb/vL71+W95Pw" border="0" width="18" height="18" alt="Nedstat Basic - Web site estadísticas gratuito El contador para sitios web particulares"></a><br> <a target="_blank" href="http://www.nedstatbasic.net/">Contador gratuito</a><\/noscript></td> </tr> </table>');
}