<% Web_ID = Request.cookies("web_id") if Web_ID = "" then Response.write "" Response.end end if Dim RePage, url RePage = Request("redct") Select Case RePage Case "G1" url = "MODIFY_PWD/pwd01.aspx" Case "G3" url = "CHG_POINT/chg01.aspx" Case "G4" url = "SPECIAL_CARD/spcard01.aspx" Case "G9" url = "SAVE/save01.aspx" Case "G10" url = "../Login/W2/step01.aspx" Case "G33" url = "action/20121017/act01.aspx" Case "G34" url = "action/20121120/act01.aspx" Case "G35" url = "action/20121126/act01.aspx" Case "G36" url = "action/20121126/act02.aspx" Case "G37" url = "action/20121127/act01.aspx" Case "G38" url = "action/20121112/act01.aspx" Case "G39" url = "action/20130103/act01.aspx" Case "G40" url = "action/20130611/act01.aspx" Case "G41" url = "action/20130621/index.aspx" Case "G42" url = "action/20130710/index.aspx" Case "G43" url = "action/20140226/act01.aspx" Case "G45" url = "action/20140729/index.aspx" Case "G47" url = "action/20160727_3/index.aspx" Case "G48" url = "action/20141212/act01.aspx" Case "G49" url = "action/20141121/index.aspx" Case "G51" url = "action/20150120/index.aspx" Case "G52" url = "action/20150130/act01_1.aspx" Case "G54" url = "action/20150713/act01.aspx" Case "G55" url = "action/20160107/act01.aspx" Case "G56" url = "action/20160104/index.aspx" Case "G57" url = "action/20160125/index.aspx" Case "G58" url = "action/20160727_1/index.aspx" Case "G59" url = "action/20160727_2/index.aspx" Case "G60" url = "action/20160727_3/index.aspx" Case "G61" url = "action/20161005/index.aspx" Case "G62" url = "action/201610_SS/index.aspx" Case "G63" url = "action/20161118/main.aspx" Case "G64" url = "action/20161226/act01.aspx" Case "G67" url = "action/20170831/index.aspx" Case "G68" url = "action/20171013/index.aspx" Case "G69" url = "action/20171030/index.aspx" Case "G70" url = "action/20180103/index.aspx" Case "G71" url = "action/20180124b/index.aspx" Case "G72" url = "action/20171227/index.aspx" Case "G73" url = "action/20180124a/index.aspx" Case "G74" url = "action/20180122/index.aspx" Case "G75" url = "action/20180129/index.aspx" Case "G77" url = "action/20180801a/index.aspx" Case "G78" url = "action/20180801b/index.aspx" Case "G79" url = "action/20181031/index.aspx" Case "G80" url = "action/201811_store/index.aspx" Case "G81" url = "action/201901_store/index.aspx" Case "G82" url = "action/201903_store/index.aspx" Case "G83" url = "action/201904_store_1st/index.aspx" Case "G84" url = "action/20190508a/index.aspx" Case "G85" url = "action/20190508b/index.aspx" Case "G86" url = "action/20191004/index.aspx" Case Else url = "service.aspx" End Select %>