function initdt(mf) {
var t = new Date;
mf.insday.value = t.getDay();
mf.insmonth.value = t.getMonth() + 1;
mf.insyear.value = t.getFullYear();
}

