<% dim strpage, f, fso, Str strpage = "ÒÓÒ ÄÎËÆÅÍ ÁÛÒÜ ÏÐÎÏÈÑÀÍ ÏÎËÍÛÉ ÏÓÒÜ, ÒÈÏÀ D:\inetpub\wwwroot\aw\content\\aw\russian\content\" & Request("page") & ".inc" Set fso = CreateObject("Scripting.FileSystemObject") Set f = fso.OpenTextFile(strpage, 1, True) While (f.AtEndOfLine <> true) Str = F.ReadLine Str = Str & Chr(13) & Chr(10) Response.Write Str Wend f.Close Set f = nothing Set fso = nothing %>