﻿var sPath;
sPath = window.location.pathname;

if (sPath.indexOf("/www.keyschinese.com.hk/index.asp")>-1)   {
if (gup('l') =="f") {
	alert("登入名稱 / 密碼有誤，請再次輸入");
} else if (gup('l') =="sf") {
	alert("時限已過，請重新登入");
}
}