now=new Date();
var thday=new Array("อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์");
var thmonth= new Array("มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม",
"กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
document.write('<FONT FACE="Ms Sans Serif" SIZE=1>');
document.write("วัน"+thday[now.getDay()]+"ที่ "+now.getDate()+" "+thmonth[now.getMonth()]+" พ.ศ. "+(now.getFullYear()+543));