var d = new Date();

window.onload = function() {
	document.getElementById("hoy").innerHTML = d.getDate();
}
