Here are some of the recent comments from visitors to this site:

<% dim epishow epishow=Request.QueryString Set fs=Server.CreateObject("Scripting.FileSystemObject") Set f=fs.OpenTextFile(Server.MapPath("comments/epi/comments.txt"), 1) do while f.AtEndOfStream = false Response.Write(f.ReadLine) Response.Write("
") loop f.Close Set f=Nothing Set fs=Nothing %>


Home Page