function initdt(mf) {
var t = new Date;
mf.gun.value = t.getDate();
mf.ay.value = t.getMonth() + 1;
mf.yil.value = t.getFullYear();
}

// window.onload = initdt(document.myForm);
