% Ytd=LCase(Request("Tid")) Yid=LCase(Request("Pl")) Dtime=Trim(replace(Request("Dtime"),"?","")) SUrl=Trim(Request.QueryString) if len(SUrl)<=10 and len(SUrl)>=6 then Dtime=SUrl if Not Dtime="" then Strl="?"&Dtime select case LCase(Ytd) case "imf" '货币基金 STid="/Imf-fund" case "close" '封闭式基金 STid="/close-fund" case "etf" 'ETF型基金 STid="/etf-fund" case "lof" 'LOF型基金 STid="/lof-fund" case "stock" '股票型基金 STid="/Stock-fund" case "bond" '债券型基金 STid="/Bond-fund" case "max" '混合型基金 STid="/max-fund" case else '开放式基金 Ytd="open" STid="/open-fund" end select if trim(Request("Ad"))="up" then YAd="up" SAd="down" else YAd="down" SAd="up" end if %>