﻿var sPath;
sPath = window.location.pathname;

if (sPath.indexOf("/www.keyschinese.com.hk/index.asp")>-1)   {
if (gup('l') =="f") {
	alert("系統將於2011年8月8日至14日期間暫停運作，以進行改善及維修，並於2011年8月15日重開。");
} else if (gup('l') =="fx") {
	alert("登入名稱 / 密碼有誤，請再次輸入");
} else if (gup('l') =="sf") {
	alert("時限已過，請重新登入");
}
}
