TrainWeb.org Facebook Page
<%@ Language="VBScript" %> <% Response.Expires= -1 Response.AddHeader "Cache-Control", "no-cache" Response.AddHeader "Pragma", "no-cache" %> <% if Session("ct") = "" then fp = Server.MapPath("count.txt") Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.OpenTextFile(fp) ct = Clng(a.ReadLine) ct = ct + 1 Session("ct") = ct a.close Set a = fs.CreateTextFile(fp, True) a.WriteLine(ct) a.Close Set a = Nothing Set fs = Nothing else ct = Clng(Session("ct")) end if %> SHAY #12

 

 

Shay # 12 Knowledge

"Three Foot Rails for shay #12 Through History"

history

photos

 

  questions

sounds




You are a visitor number<%=ct%>