<% Set fCache = New Cls_Cache_file path = Config_Cls_file_path FileName = Server.Mappath(path) fCache.Name = FileName fCache.pExpireHours = Config_Cls_file_time If fCache.IsAvailable and Config_Cls_file_kaiqi = "สว" Then print fCache.value Else c = py_z_gethttppage("http://"&request.ServerVariables("HTTP_HOST")&"/bbs/travel-pic/each_area_.asp?"&request.querystring()&"","gb2312") fCache.Add c print c End If Set fCache = Nothing %>