function initdt(mf) {
var t = new Date;
mf.dtd.value = t.getDate();
//mf.dtm.value = t.getMonth() + 1;
//mf.year.value = t.getFullYear();
}

// window.onload = initdt(document.myForm);

