now =new Date(); 
		var thday = new Array ("อาทิตย์","จันทร์","อังคาร","พุธ","พฤหัสบดี","ศุกร์","เสาร์");
		var thmonth = new Array ("มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม",	"มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
		time = ("วัน" + thday[now.getDay()]+"ที่ "+ now.getDate()+ " " + thmonth[now.getMonth()]+" " + (0+now.getYear()+543));
		Time.innerHTML = time;