<!-- Exclusivo de CarlosPazChat.com.ar - Todos los Derechos Reservados -->
<!-- Diseņado por MauricioN@CarlosPazChat.com.ar -->

<!-- Fecha
var meses = new Array ("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre");
var data = new Date();
var index = data.getMonth();

document.write( data.getDate() + "·" + meses[index] + "·" + data.getYear() );
//-->