function Current(){var toDay = new Date();var U = "Guest";var Y = toDay.getFullYear();var M = toDay.getMonth()+1;var D = toDay.getDate();var W = toDay.getDay();var WA = new Array("日","一","二","三","四","五","六");return "歡迎您 "+ U +" 登錄系統,"+ Y +"年"+ M +"月"+ D +"日 星期"+ WA[W];}